public enum TgCOStatus extends Enum<TgCOStatus>
Java class for tgCOStatus.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tgCOStatus">
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="Recog"/>
<enumeration value="Filed"/>
<enumeration value="Offered"/>
<enumeration value="Withdrawn"/>
<enumeration value="Rejected"/>
<enumeration value="ObjToRecj"/>
<enumeration value="FormAckn"/>
<enumeration value="Approved"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
APPROVED
genehmigt
|
FILED
angemeldet
|
FORM_ACKN
sachlich anerkannt
|
OBJ_TO_RECJ
Widerspruch zur Ablehnun
|
OFFERED
angeboten
|
RECOG
erkannt
|
REJECTED
abgelehnt
|
WITHDRAWN
zurückgezogen
|
| Modifier and Type | Method and Description |
|---|---|
static TgCOStatus |
fromValue(String v)
DOCUMENT ME!
|
String |
value()
DOCUMENT ME!
|
static TgCOStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TgCOStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TgCOStatus RECOG
public static final TgCOStatus FILED
public static final TgCOStatus OFFERED
public static final TgCOStatus WITHDRAWN
public static final TgCOStatus REJECTED
public static final TgCOStatus OBJ_TO_RECJ
public static final TgCOStatus FORM_ACKN
public static final TgCOStatus APPROVED
public static TgCOStatus[] values()
for (TgCOStatus c : TgCOStatus.values()) System.out.println(c);
public static TgCOStatus 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()
public static TgCOStatus fromValue(String v)
v - DOCUMENT ME!IllegalArgumentException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.