Documentation
¶
Overview ¶
Code auto-generated; DO NOT EDIT.
Index ¶
- type InformationWeitereTechnischeRessource
- func (r InformationWeitereTechnischeRessource) MarshalJSON() ([]byte, error)
- func (r *InformationWeitereTechnischeRessource) Scan(src interface{}) error
- func (i InformationWeitereTechnischeRessource) String() string
- func (r *InformationWeitereTechnischeRessource) UnmarshalJSON(data []byte) error
- func (r InformationWeitereTechnischeRessource) Value() (driver.Value, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InformationWeitereTechnischeRessource ¶
type InformationWeitereTechnischeRessource int
InformationWeitereTechnischeRessource Information zu weiteren technischen Einrichtungen
const ( WEITERE_EINRICHTUNG_VORHANDEN InformationWeitereTechnischeRessource = iota + 1 KEINE_WEITERE_EINRICHTUNG_VORHANDEN )
func (InformationWeitereTechnischeRessource) MarshalJSON ¶
func (r InformationWeitereTechnischeRessource) MarshalJSON() ([]byte, error)
MarshalJSON is generated so InformationWeitereTechnischeRessource satisfies json.Marshaler.
func (*InformationWeitereTechnischeRessource) Scan ¶
func (r *InformationWeitereTechnischeRessource) 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 (InformationWeitereTechnischeRessource) String ¶
func (i InformationWeitereTechnischeRessource) String() string
func (*InformationWeitereTechnischeRessource) UnmarshalJSON ¶
func (r *InformationWeitereTechnischeRessource) UnmarshalJSON(data []byte) error
UnmarshalJSON is generated so InformationWeitereTechnischeRessource satisfies json.Unmarshaler.
func (InformationWeitereTechnischeRessource) Value ¶
func (r InformationWeitereTechnischeRessource) Value() (driver.Value, error)
Value returns the string representation of r or an error, if no string representation exists. It implements the sql.Valuer interface to be useable by sql drivers when storing enums.