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 Leistungsbezeichung ¶
type Leistungsbezeichung int
const ( POG_VERBRAUCH_IMS_UEBER_100K Leistungsbezeichung = iota + 1 POG_VERBRAUCH_IMS_50K_BIS_100K POG_VERBRAUCH_IMS_20K_BIS_50K POG_VERBRAUCH_IMS_10K_BIS_20K POG_VERBRAUCH_IMS_UNTERBRECHBAR POG_VERBRAUCH_IMS_6K_BIS_10K POG_ERZEUGUNG_IMS_7_BIS_15 POG_ERZEUGUNG_IMS_15_BIS_30 POG_ERZEUGUNG_IMS_30_BIS_100 POG_ERZEUGUNG_IMS_UEBER_100 POG_MME POG_VERBRAUCH_IMS_4K_BIS_6K POG_VERBRAUCH_IMS_3K_BIS_4K POG_VERBRAUCH_IMS_2K_BIS_3K POG_VERBRAUCH_IMS_0_BIS_2K POG_ERZEUGUNG_IMS_OPTIONAL ZUSATZLEISTUNG )
func (Leistungsbezeichung) MarshalJSON ¶
func (r Leistungsbezeichung) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Leistungsbezeichung satisfies json.Marshaler.
func (*Leistungsbezeichung) Scan ¶
func (r *Leistungsbezeichung) 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 (Leistungsbezeichung) String ¶
func (i Leistungsbezeichung) String() string
func (*Leistungsbezeichung) UnmarshalJSON ¶
func (r *Leistungsbezeichung) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Leistungsbezeichung satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.