public static enum SsData.RequestType extends Enum<SsData.RequestType>
Enum Constant and Description |
---|
SS_ACTIVATION |
SS_DEACTIVATION |
SS_ERASURE |
SS_INTERROGATION |
SS_REGISTRATION |
Modifier and Type | Method and Description |
---|---|
boolean |
isTypeInterrogation() |
static SsData.RequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SsData.RequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SsData.RequestType SS_ACTIVATION
public static final SsData.RequestType SS_DEACTIVATION
public static final SsData.RequestType SS_INTERROGATION
public static final SsData.RequestType SS_REGISTRATION
public static final SsData.RequestType SS_ERASURE
public static SsData.RequestType[] values()
for (SsData.RequestType c : SsData.RequestType.values()) System.out.println(c);
public static SsData.RequestType 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 boolean isTypeInterrogation()