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 Schwachlastfaehigkeit ¶
type Schwachlastfaehigkeit int
Schwachlastfaehigkeit ist de facto ein boolean der die Schwachlastfaehigkeit beschreibt Note that this is not official BO4E standard (yet).
const ( // SCHWACHLASTFAEHIG heißt "true" (EDIFACT Z60) SCHWACHLASTFAEHIG Schwachlastfaehigkeit = iota + 1 // NICHT_SCHWACHLASTFAEHIG heißt "false" (EDIFACT Z59) NICHT_SCHWACHLASTFAEHIG )
func (Schwachlastfaehigkeit) MarshalJSON ¶
func (r Schwachlastfaehigkeit) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Schwachlastfaehigkeit satisfies json.Marshaler.
func (*Schwachlastfaehigkeit) Scan ¶ added in v0.2.3
func (r *Schwachlastfaehigkeit) 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 (Schwachlastfaehigkeit) String ¶
func (i Schwachlastfaehigkeit) String() string
func (*Schwachlastfaehigkeit) UnmarshalJSON ¶
func (r *Schwachlastfaehigkeit) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Schwachlastfaehigkeit satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.