public static enum MessQuerschnittVirtuell.BerechnungsVorschrift extends java.lang.Enum<MessQuerschnittVirtuell.BerechnungsVorschrift>
Enum Constant and Description |
---|
AUF_BASIS_VON_ATG_MQ_VIRTUELL_STANDARD
ALTE VORSCHRIFT.
|
AUF_BASIS_VON_ATG_MQ_VIRTUELL_V_LAGE
NEUE VORSCHRIFT.
|
UNBEKANNT
DUMMY.
|
Modifier and Type | Method and Description |
---|---|
static MessQuerschnittVirtuell.BerechnungsVorschrift |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessQuerschnittVirtuell.BerechnungsVorschrift[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessQuerschnittVirtuell.BerechnungsVorschrift UNBEKANNT
public static final MessQuerschnittVirtuell.BerechnungsVorschrift AUF_BASIS_VON_ATG_MQ_VIRTUELL_V_LAGE
public static final MessQuerschnittVirtuell.BerechnungsVorschrift AUF_BASIS_VON_ATG_MQ_VIRTUELL_STANDARD
vor
, mitte
und nach
und
errechnet anhand dieser Informationen nach Regeln aus Afo 4.0 die
Werte des virtuellen MQ.public static MessQuerschnittVirtuell.BerechnungsVorschrift[] values()
for (MessQuerschnittVirtuell.BerechnungsVorschrift c : MessQuerschnittVirtuell.BerechnungsVorschrift.values()) System.out.println(c);
public static MessQuerschnittVirtuell.BerechnungsVorschrift valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null