public enum GTMConfigTypeEnum extends Enum<GTMConfigTypeEnum>
Java class for GTMConfigTypeEnum.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="GTMConfigTypeEnum">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="SYSTEM_GENERATED"/>
<enumeration value="USER_DEFINED"/>
<enumeration value="SCRA_DEFINED"/>
<enumeration value="HIDDEN_AGENCY"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
HIDDEN_AGENCY |
SCRA_DEFINED |
SYSTEM_GENERATED |
USER_DEFINED |
| Modifier and Type | Method and Description |
|---|---|
static GTMConfigTypeEnum |
fromValue(String v) |
String |
value() |
static GTMConfigTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GTMConfigTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GTMConfigTypeEnum SYSTEM_GENERATED
public static final GTMConfigTypeEnum USER_DEFINED
public static final GTMConfigTypeEnum SCRA_DEFINED
public static final GTMConfigTypeEnum HIDDEN_AGENCY
public static GTMConfigTypeEnum[] values()
for (GTMConfigTypeEnum c : GTMConfigTypeEnum.values()) System.out.println(c);
public static GTMConfigTypeEnum 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 GTMConfigTypeEnum fromValue(String v)
Copyright © 2025. All Rights Reserved.