public enum SANState extends Enum<SANState>
Modifier and Type | Method and Description |
---|---|
static SANState |
forValue(int value) |
int |
getValue() |
static SANState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SANState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SANState OK
public static final SANState PARTIAL
public static final SANState UKNOWN
public static SANState[] values()
for (SANState c : SANState.values()) System.out.println(c);
public static SANState 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()
public static SANState forValue(int value)
Copyright © 2012. All Rights Reserved.