public enum MS_Activations extends Enum<MS_Activations>
| Enum Constant and Description |
|---|
MS_RAnyactivation
The value of this constant is 6
|
MS_RCIDactivation
The value of this constant is 0
|
MS_RECDactivation
The value of this constant is 2
|
MS_RETDactivation
The value of this constant is 4
|
MS_RHCDactivation
The value of this constant is 5
|
MS_RMPDactivation
The value of this constant is 1
|
MS_RNETDactivation
The value of this constant is 9
|
MS_RNPTRactivation
The value of this constant is 10
|
MS_RPQDactivation
The value of this constant is 3
|
MS_RPTRactivation
The value of this constant is 8
|
MS_RSAactivation
The value of this constant is 7
|
| Modifier and Type | Method and Description |
|---|---|
static MS_Activations |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MS_Activations[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MS_Activations MS_RCIDactivation
The value of this constant is 0
public static final MS_Activations MS_RMPDactivation
The value of this constant is 1
public static final MS_Activations MS_RECDactivation
The value of this constant is 2
public static final MS_Activations MS_RPQDactivation
The value of this constant is 3
public static final MS_Activations MS_RETDactivation
The value of this constant is 4
public static final MS_Activations MS_RHCDactivation
The value of this constant is 5
public static final MS_Activations MS_RAnyactivation
The value of this constant is 6
public static final MS_Activations MS_RSAactivation
The value of this constant is 7
public static final MS_Activations MS_RPTRactivation
The value of this constant is 8
public static final MS_Activations MS_RNETDactivation
The value of this constant is 9
public static final MS_Activations MS_RNPTRactivation
The value of this constant is 10
public static MS_Activations[] values()
for (MS_Activations c : MS_Activations.values()) System.out.println(c);
public static MS_Activations 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 nullCopyright © 2017. All rights reserved.