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 Messpreistyp ¶
type Messpreistyp int
Messpreistyp Messpreistyp
const ( MESSPREIS_G4 Messpreistyp = iota + 1 MESSPREIS_G6 MESSPREIS_G10 MESSPREIS_G16 MESSPREIS_G25 MESSPREIS_G40 ELEKTRONISCHER_AUFSATZ SMART_METER_MESSPREIS_G2_5 SMART_METER_MESSPREIS_G4 SMART_METER_MESSPREIS_G6 SMART_METER_MESSPREIS_G10 SMART_METER_MESSPREIS_G16 SMART_METER_MESSPREIS_G25 SMART_METER_MESSPREIS_G40 VERRECHNUNGSPREIS_ET_WECHSEL VERRECHNUNGSPREIS_ET_DREH VERRECHNUNGSPREIS_ZT_WECHSEL VERRECHNUNGSPREIS_ZT_DREH VERRECHNUNGSPREIS_L_ET VERRECHNUNGSPREIS_L_ZT VERRECHNUNGSPREIS_SM AUFSCHLAG_WANDLER AUFSCHLAG_TARIFSCHALTUNG )
func (Messpreistyp) MarshalJSON ¶
func (r Messpreistyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Messpreistyp satisfies json.Marshaler.
func (*Messpreistyp) Scan ¶
func (r *Messpreistyp) 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 (Messpreistyp) String ¶
func (i Messpreistyp) String() string
func (*Messpreistyp) UnmarshalJSON ¶
func (r *Messpreistyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Messpreistyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.