geraeteart

package
v0.65.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 8, 2025 License: MIT Imports: 5 Imported by: 0

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 Geraeteart

type Geraeteart int

Geraeteart Auflistung möglicher Geraetearten. This is more broadly defined as a <see cref="Geraetetyp"/>, so a Zaehleinrichtung as Gerateart could be a elektronischer Haushaltszähler as a Gerätetyp.

const (
	WANDLER Geraeteart = iota + 1
	KOMMUNIKATIONSEINRICHTUNG
	TECHNISCHE_STEUEREINRICHTUNG
	MENGENUMWERTER
	SMARTMETER_GATEWAY
	STEUERBOX
	ZAEHLEINRICHTUNG
)

func (Geraeteart) MarshalJSON

func (r Geraeteart) MarshalJSON() ([]byte, error)

MarshalJSON is generated so Geraeteart satisfies json.Marshaler.

func (*Geraeteart) Scan

func (r *Geraeteart) 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 (Geraeteart) String

func (i Geraeteart) String() string

func (*Geraeteart) UnmarshalJSON

func (r *Geraeteart) UnmarshalJSON(data []byte) error

UnmarshalJSON is generated so Geraeteart satisfies json.Unmarshaler.

func (Geraeteart) Value

func (r Geraeteart) 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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL