Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StatusArt ¶
type StatusArt int
StatusArt represents the Type of Wert (MSCONS SG10 STS 9015).
const ( // VERTRAG represents MSCONS SG10 STS 9015 value "6" VERTRAG StatusArt = iota + 1 // MESSWERTQUALITAET represents MSCONS SG10 STS 9015 value "8" MESSWERTQUALITAET // MESSKLASSIFIZIERUNG represents MSCONS SG10 STS 9015 value "10" MESSKLASSIFIZIERUNG // PLAUSIBILISIERUNGSHINWEIS represents MSCONS SG10 STS 9015 value "Z33" PLAUSIBILISIERUNGSHINWEIS // ERSATZWERTBILDUNGSVERFAHREN represents MSCONS SG10 STS 9015 value "Z32" ERSATZWERTBILDUNGSVERFAHREN // KORREKTURGRUND represents MSCONS SG10 STS 9015 value "Z34" KORREKTURGRUND // GASQUALITAET represents MSCONS SG10 STS 9015 value "Z31" GASQUALITAET GRUND_ERSATZWERTBILDUNGSVERFAHREN // GRUND_ERSATZWERTBILDUNGSVERFAHREN is for "Z40" )
func (StatusArt) MarshalJSON ¶
MarshalJSON is generated so StatusArt satisfies json.Marshaler.
func (*StatusArt) UnmarshalJSON ¶
UnmarshalJSON is generated so StatusArt satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.