public enum TDbType extends Enum<TDbType>
Java class for tDbType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tDbType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="FO"/>
<enumeration value="PFO"/>
<enumeration value="PFO_ADVOK"/>
<enumeration value="PFO_DANPOR"/>
<enumeration value="PFO_INSSPR"/>
<enumeration value="PO"/>
<enumeration value="PO_ZAK"/>
<enumeration value="PO_REQ"/>
<enumeration value="OVM"/>
<enumeration value="OVM_NOTAR"/>
<enumeration value="OVM_EXEKUT"/>
<enumeration value="OVM_REQ"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
FO |
OVM |
OVM_EXEKUT |
OVM_NOTAR |
OVM_REQ |
PFO |
PFO_ADVOK |
PFO_DANPOR |
PFO_INSSPR |
PO |
PO_REQ |
PO_ZAK |
| Modifier and Type | Method and Description |
|---|---|
static TDbType |
fromValue(String v) |
String |
value() |
static TDbType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TDbType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TDbType FO
public static final TDbType PFO
public static final TDbType PFO_ADVOK
public static final TDbType PFO_DANPOR
public static final TDbType PFO_INSSPR
public static final TDbType PO
public static final TDbType PO_ZAK
public static final TDbType PO_REQ
public static final TDbType OVM
public static final TDbType OVM_NOTAR
public static final TDbType OVM_EXEKUT
public static final TDbType OVM_REQ
public static TDbType[] values()
for (TDbType c : TDbType.values()) System.out.println(c);
public static TDbType 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 String value()
Copyright © 2016. All rights reserved.