Documentation ¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
- type Netznutzungsvertragsart
- func (r Netznutzungsvertragsart) MarshalJSON() ([]byte, error)
- func (r *Netznutzungsvertragsart) Scan(src interface{}) error
- func (i Netznutzungsvertragsart) String() string
- func (r *Netznutzungsvertragsart) UnmarshalJSON(data []byte) error
- func (r Netznutzungsvertragsart) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Netznutzungsvertragsart ¶
type Netznutzungsvertragsart int
Netznutzungsvertragsart bildet ab, zwischen wem ein Netznutzungsvertrag besteht Note that this is not official BO4E standard (yet).
const ( // KUNDEN_NB beschreibt einen direkten Vertrag zwischen Kunden und NB (EDIFACT Z08) KUNDEN_NB Netznutzungsvertragsart = iota + 1 LIEFERANTEN_NB // LIEFERANTEN_NB beschreibt einen Vertrag zwischen Lieferanten und NB (EDIFACT Z09) )
func (Netznutzungsvertragsart) MarshalJSON ¶
func (r Netznutzungsvertragsart) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Netznutzungsvertragsart satisfies json.Marshaler.
func (*Netznutzungsvertragsart) Scan ¶ added in v0.2.3
func (r *Netznutzungsvertragsart) 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 (Netznutzungsvertragsart) String ¶
func (i Netznutzungsvertragsart) String() string
func (*Netznutzungsvertragsart) UnmarshalJSON ¶
func (r *Netznutzungsvertragsart) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Netznutzungsvertragsart satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.