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 Prognosegrundlage ¶
type Prognosegrundlage int
Prognosegrundlage describes the data used to perform a prognosis Note that this enum is not official BO4E standard (yet)!
const ( // WERTE means prognosis based on values WERTE Prognosegrundlage = iota + 1 PROFILE // PROFILE means prognosis based on profiles )
func (Prognosegrundlage) MarshalJSON ¶
func (r Prognosegrundlage) MarshalJSON() ([]byte, error)
MarshalJSON is generated so Prognosegrundlage satisfies json.Marshaler.
func (*Prognosegrundlage) Scan ¶ added in v0.2.3
func (r *Prognosegrundlage) 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 (Prognosegrundlage) String ¶
func (i Prognosegrundlage) String() string
func (*Prognosegrundlage) UnmarshalJSON ¶
func (r *Prognosegrundlage) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so Prognosegrundlage satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.