public static class OpenId.Choice extends NamedInteger
Modifier and Type | Field and Description |
---|---|
static int |
_GLOBAL
Integer value of the choice GLOBAL.
|
static int |
_LOCAL
Integer value of the choice LOCAL.
|
static OpenId.Choice |
GLOBAL
Reference to the choice GLOBAL.
|
static OpenId.Choice |
LOCAL
Reference to the choice LOCAL.
|
Modifier | Constructor and Description |
---|---|
protected |
OpenId.Choice(int value,
String description)
Constructs a number, noting its name.
|
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString
public static final int _GLOBAL
public static final OpenId.Choice GLOBAL
public static final int _LOCAL
public static final OpenId.Choice LOCAL
protected OpenId.Choice(int value, String description)
value
- numeric valuedescription
- name of number