Package de.consist.bmu.rule.schema
Enum BMUKopfdaten.Rolle
- java.lang.Object
-
- java.lang.Enum<BMUKopfdaten.Rolle>
-
- de.consist.bmu.rule.schema.BMUKopfdaten.Rolle
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable<BMUKopfdaten.Rolle>
- Enclosing class:
- BMUKopfdaten
public static enum BMUKopfdaten.Rolle extends java.lang.Enum<BMUKopfdaten.Rolle>
Enumeration der Rolle.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getIDRolle()
static BMUKopfdaten.Rolle
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static BMUKopfdaten.Rolle[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
ERZ
public static final BMUKopfdaten.Rolle ERZ
Erzeuger.
-
BEF
public static final BMUKopfdaten.Rolle BEF
Befoerderer.
-
ZWL
public static final BMUKopfdaten.Rolle ZWL
Zwischenlager.
-
ENT
public static final BMUKopfdaten.Rolle ENT
Entsorger.
-
BEH
public static final BMUKopfdaten.Rolle BEH
Behoerde.
-
BEVERZ
public static final BMUKopfdaten.Rolle BEVERZ
Bevollmaechtigter des Erzeugers.
-
PROV
public static final BMUKopfdaten.Rolle PROV
Provider.
-
MAK
public static final BMUKopfdaten.Rolle MAK
Makler.
-
SONST
public static final BMUKopfdaten.Rolle SONST
Sonstige.
-
-
Method Detail
-
values
public static BMUKopfdaten.Rolle[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (BMUKopfdaten.Rolle c : BMUKopfdaten.Rolle.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static BMUKopfdaten.Rolle valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getIDRolle
public java.lang.String getIDRolle()
- Returns:
- Die Rolle in der Layer- und Signatur-ID
-
-