public enum UniquenessScope extends Enum<UniquenessScope> implements EnumParameter
Enum Constant and Description |
---|
ASYNC_CFG_SUB_DN |
DIAMETER_SID_RFC_6733 |
DIGEST_OPAQUE |
STEERING_ID
Uniqueness Scope for steering ID generic correlators
|
UUID_RFC_4122 |
Modifier and Type | Method and Description |
---|---|
int |
value() |
static UniquenessScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UniquenessScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UniquenessScope DIAMETER_SID_RFC_6733
public static final UniquenessScope UUID_RFC_4122
public static final UniquenessScope ASYNC_CFG_SUB_DN
public static final UniquenessScope DIGEST_OPAQUE
public static final UniquenessScope STEERING_ID
Uniqueness Scope for steering ID generic correlators
public static UniquenessScope[] values()
for (UniquenessScope c : UniquenessScope.values()) System.out.println(c);
public static UniquenessScope 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 value()
value
in interface EnumParameter