public enum RegisterActivationMethod extends java.lang.Enum<RegisterActivationMethod> implements MethodClass
Enum Constant and Description |
---|
ADD_MASK |
ADD_REGISTER |
DELETE_MASK |
Modifier and Type | Method and Description |
---|---|
InterfaceClass |
interfaceClass() |
boolean |
mandatory() |
int |
methodId() |
java.lang.String |
methodName() |
static RegisterActivationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RegisterActivationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegisterActivationMethod ADD_REGISTER
public static final RegisterActivationMethod ADD_MASK
public static final RegisterActivationMethod DELETE_MASK
public static RegisterActivationMethod[] values()
for (RegisterActivationMethod c : RegisterActivationMethod.values()) System.out.println(c);
public static RegisterActivationMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic boolean mandatory()
mandatory
in interface MethodClass
public int methodId()
methodId
in interface MethodClass
public InterfaceClass interfaceClass()
interfaceClass
in interface MethodClass
public java.lang.String methodName()
methodName
in interface MethodClass