public static enum SccpAddress.GTIndicator extends Enum<SccpAddress.GTIndicator>
| Enum Constant and Description |
|---|
GT_0000 |
GT_0001 |
GT_0010 |
GT_0011 |
GT_0100 |
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static SccpAddress.GTIndicator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SccpAddress.GTIndicator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SccpAddress.GTIndicator GT_0000
public static final SccpAddress.GTIndicator GT_0001
public static final SccpAddress.GTIndicator GT_0010
public static final SccpAddress.GTIndicator GT_0011
public static final SccpAddress.GTIndicator GT_0100
public static SccpAddress.GTIndicator[] values()
for (SccpAddress.GTIndicator c : SccpAddress.GTIndicator.values()) System.out.println(c);
public static SccpAddress.GTIndicator 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 int getValue()