botyp

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 BOTyp

type BOTyp int

BOTyp is an enumeration that contains all available Business Objects

const (
	// ANGEBOT is an offer
	ANGEBOT                     BOTyp = iota + 1
	ANSPRECHPARTNER                   // ANSPRECHPARTNER is the type of a contact person, see bo.ANSPRECHPARTNER
	AUSSCHREIBUNG                     // AUSSCHREIBUNG is a tender offer
	BILANZIERUNG                      // BILANZIERUNG contains balancing information (this is not BO4E standard, yet)
	ENERGIEMENGE                      // ENERGIEMENGE is the tpye of an energy amount, see bo.ENERGIEMENGE
	GESCHAEFTSPARTNER                 // GESCHAEFTSPARTNER is a business partner
	KOSTEN                            // KOSTEN are costs
	LASTGANG                          // LASTGANG is the type of bo.LASTGANG
	MARKTLOKATION                     // MARKTLOKATION is a market location / "MaLo"
	MESSLOKATION                      // MESSLOKATION is a metering location / "MeLo"
	MARKTTEILNEHMER                   // MARKTTEILNEHMER is a market partner
	NETZNUTZUNGSRECHNUNG              // NETZNUTZUNGSRECHNUNG is a grid usage bill
	PREISBLATT                        // PREISBLATT is a price sheet
	PREISBLATTDIENSTLEISTUNG          // PREISBLATTDIENSTLEISTUNG is a PREISBLATT for services
	PREISBLATTKONZESSIONSABGABE       // PREISBLATTKONZESSIONSABGABE is a PREISBLATT for concession fees
	PREISBLATTMESSUNG                 // PREISBLATTMESSUNG is a PREISBLATT for metering
	PREISBLATTUMLAGEN                 // PREISBLATTUMLAGEN is a PREISBLATT for allocations
	RECHNUNG                          // RECHNUNG is a Invoice
	REKLAMATION                       // REKLAMATION is the complaint, that an ENERGIEMENGE is missing or unplausible
	TARIFINFO                         // TARIFINFO Are information about tariffs
	TARIFPREISBLATT                   // TARIFPREISBLATT is a PREISBLATT about Tariffs
	VERTRAG                           // VERTRAG is contract
	ZAEHLER                           // ZAEHLER is a power, gas, heat or water meter
	ZEITREIHE                         // ZEITREIHE is data over time (e.g. consumption, prognosis etc.)
	HANDELSUNSTIMMIGKEIT              // HANDELSUNSTIMMIGKEIT contains information about discrepancies in market communication.
	AVIS                              // AVIS is a REMADV
	STATUSBERICHT                     // Statusbericht states the status of a process and can be used for APERAK or IFTSTA
	STEUERBARERESSOURCE               // Steuerbare Ressource BO
	TECHNISCHERESSOURCE               // Technische Ressource BO
	TRANCHE                           // Objekt zur Aufnahme der Informationen zu einer Tranche
)

func (BOTyp) MarshalJSON

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

MarshalJSON is generated so BOTyp satisfies json.Marshaler.

func (*BOTyp) Scan added in v0.2.3

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

func (i BOTyp) String() string

func (*BOTyp) UnmarshalJSON

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

UnmarshalJSON is generated so BOTyp satisfies json.Unmarshaler.

func (BOTyp) Value added in v0.2.3

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