zeitreihentyp

package
v0.9.1 Latest Latest
Warning

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

Go to latest
Published: May 2, 2024 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 Zeitreihentyp

type Zeitreihentyp int

Zeitreihentyp sind die Codes der Summenzeitreihentypen vgl. https://www.edi-energy.de/index.php?id=38&tx_bdew_bdew%5Buid%5D=695&tx_bdew_bdew%5Baction%5D=download&tx_bdew_bdew%5Bcontroller%5D=Dokument&cHash=67782e05d8b0f75fbe3a0e1801d07ed0 Note that this enum is not official BO4E standard (yet)!

const (
	EGS Zeitreihentyp = iota + 1 // EGS ist eine Einspeisegangsumme
	LGS                          // LGS ist eine Lastgangsumme
	NZR                          // NZR ist eine Netzzeitreihe
	SES                          // SES ist eine Standardeinspeiseprofilsumme
	SLS                          // SLS ist eine Standardlastsumme
	TES                          // TES ist eine tagesparameter-abhängige Einspeiseprofilsumme
	TLS                          // TLS ist eine tagesparameter-abhängige Lastprofilsumme
)

func (Zeitreihentyp) MarshalJSON

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

MarshalJSON is generated so Zeitreihentyp satisfies json.Marshaler.

func (*Zeitreihentyp) Scan added in v0.2.3

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

func (i Zeitreihentyp) String() string

func (*Zeitreihentyp) UnmarshalJSON

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

UnmarshalJSON is generated so Zeitreihentyp satisfies json.Unmarshaler.

func (Zeitreihentyp) Value added in v0.2.3

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