public enum TgCtlgType extends Enum<TgCtlgType>
Java class for tgCtlgType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="tgCtlgType">
<restriction base="{http://www.gaeb.de/GAEB_DA_XML/200407}tgNormalizedString">
<enumeration value="cost group DIN 276-81"/>
<enumeration value="cost group DIN 276-93"/>
<enumeration value="cost group DIN 276-06"/>
<enumeration value="cost group DIN 276-1 2008-12"/>
<enumeration value="locality"/>
<enumeration value="work category"/>
<enumeration value="cost unit"/>
<enumeration value="miscellaneous"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
COST_GROUP_DIN_276_06 |
COST_GROUP_DIN_276_1_2008_12 |
COST_GROUP_DIN_276_81 |
COST_GROUP_DIN_276_93 |
COST_UNIT |
LOCALITY |
MISCELLANEOUS |
WORK_CATEGORY |
| Modifier and Type | Method and Description |
|---|---|
static TgCtlgType |
fromValue(String v)
DOCUMENT ME!
|
String |
value()
DOCUMENT ME!
|
static TgCtlgType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TgCtlgType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TgCtlgType COST_GROUP_DIN_276_81
public static final TgCtlgType COST_GROUP_DIN_276_93
public static final TgCtlgType COST_GROUP_DIN_276_06
public static final TgCtlgType COST_GROUP_DIN_276_1_2008_12
public static final TgCtlgType LOCALITY
public static final TgCtlgType WORK_CATEGORY
public static final TgCtlgType COST_UNIT
public static final TgCtlgType MISCELLANEOUS
public static TgCtlgType[] values()
for (TgCtlgType c : TgCtlgType.values()) System.out.println(c);
public static TgCtlgType 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 TgCtlgType fromValue(String v)
v - DOCUMENT ME!IllegalArgumentException - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.