Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Rollencodetyp ¶
type Rollencodetyp int
Rollencodetyp describes the "vergebende Stelle" / Code Number Registry.
const ( // BDEW is Bundesverband der Energie- u. Wasserwirtschaft (293) BDEW Rollencodetyp = iota + 1 DVGW // DVGW is Deutscher Verein des Gas- und Wasserfaches (332) GLN // GLN is Global Location Number (9) )
func (Rollencodetyp) MarshalJSON ¶
func (r Rollencodetyp) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Rollencodetyp satisfies json.Marshaler.
func (Rollencodetyp) String ¶
func (i Rollencodetyp) String() string
func (*Rollencodetyp) UnmarshalJSON ¶
func (r *Rollencodetyp) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Rollencodetyp satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.