Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HaeufigkeitZaehlzeit ¶
type HaeufigkeitZaehlzeit int
const ( EINMALIG HaeufigkeitZaehlzeit = iota + 1 JAEHRLICH )
func (HaeufigkeitZaehlzeit) MarshalJSON ¶
func (r HaeufigkeitZaehlzeit) MarshalJSON() ([]byte, error)
MarshalJSON is generated so HaeufigkeitZaehlzeit satisfies json.Marshaler.
func (HaeufigkeitZaehlzeit) String ¶
func (i HaeufigkeitZaehlzeit) String() string
func (*HaeufigkeitZaehlzeit) UnmarshalJSON ¶
func (r *HaeufigkeitZaehlzeit) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so HaeufigkeitZaehlzeit satisfies json.Unmarshaler.
Click to show internal directories.
Click to hide internal directories.