reklamationsgrund

package
v0.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Code auto-generated; DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Reklamationsgrund

type Reklamationsgrund int

Reklamationsgrund gibt den Grund einer bo.Energiemenge n- bo.Reklamation

const (
	// WERTE_ZU_HOCH beschreibt, dass die bo.Energiemenge ist größer als die Erwartung
	WERTE_ZU_HOCH    Reklamationsgrund = iota + 1
	WERTE_ZU_NIEDRIG                   // WERTE_ZU_NIEDRIG beschreibt, dass die bo.Energiemenge ist kleiner als die Erwartung
	WERTE_FEHLEN                       // WERTE_FEHLEN beschreibt, dass die erwartete bo.Energiemenge fehlt
)

func (Reklamationsgrund) MarshalJSON

func (r Reklamationsgrund) MarshalJSON() ([]byte, error)

MarshalJSON is generated so Reklamationsgrund satisfies json.Marshaler.

func (*Reklamationsgrund) Scan added in v0.2.3

func (r *Reklamationsgrund) Scan(src interface{}) error

Scan sets r to the enum value represented by src. It implements the sql.Scanner interface to be useable by sql drivers when reading from database.

func (Reklamationsgrund) String

func (i Reklamationsgrund) String() string

func (*Reklamationsgrund) UnmarshalJSON

func (r *Reklamationsgrund) UnmarshalJSON(data []byte) error

UnmarshalJSON is generated so Reklamationsgrund satisfies json.Unmarshaler.

func (Reklamationsgrund) Value added in v0.2.3

func (r Reklamationsgrund) Value() (driver.Value, error)

Value returns the string representation of r or an error, if no string representation exists. It implements the sql.Valuer interface to be useable by sql drivers when storing enums.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL