public enum DataBoxType extends Enum<DataBoxType>
| Enum Constant and Description |
|---|
FO |
OVM |
OVM_EXEKUT |
OVM_NOTAR |
OVM_REQ |
PFO |
PFO_ADVOK |
PFO_DANPOR |
PFO_INSSPR |
PO |
PO_REQ |
PO_ZAK |
SYSTEM |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DataBoxType |
valueOf(int val) |
static DataBoxType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataBoxType |
valueOfByName(String name) |
static DataBoxType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataBoxType SYSTEM
public static final DataBoxType OVM
public static final DataBoxType OVM_NOTAR
public static final DataBoxType OVM_EXEKUT
public static final DataBoxType OVM_REQ
public static final DataBoxType PO
public static final DataBoxType PO_ZAK
public static final DataBoxType PO_REQ
public static final DataBoxType PFO
public static final DataBoxType PFO_ADVOK
public static final DataBoxType PFO_DANPOR
public static final DataBoxType PFO_INSSPR
public static final DataBoxType FO
public static DataBoxType[] values()
for (DataBoxType c : DataBoxType.values()) System.out.println(c);
public static DataBoxType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static DataBoxType valueOf(int val)
public static DataBoxType valueOfByName(String name)
public String toString()
toString in class Enum<DataBoxType>Copyright © 2017. All rights reserved.