public enum MS_SourceCIDType extends Enum<MS_SourceCIDType>
| Enum Constant and Description |
|---|
MS_AcceptAnySourceCIDType
The value of this constant is 4
|
MS_SourceCIDTypeNoValue
The value of this constant is 0
|
MS_SourceCIDTypeRamp
The value of this constant is 2
|
MS_SourceCIDTypeSIM
The value of this constant is 3
|
MS_SourceCIDTypeSingleValue
The value of this constant is 1
|
| Modifier and Type | Method and Description |
|---|---|
static MS_SourceCIDType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MS_SourceCIDType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MS_SourceCIDType MS_SourceCIDTypeNoValue
The value of this constant is 0
public static final MS_SourceCIDType MS_SourceCIDTypeSingleValue
The value of this constant is 1
public static final MS_SourceCIDType MS_SourceCIDTypeRamp
The value of this constant is 2
public static final MS_SourceCIDType MS_SourceCIDTypeSIM
The value of this constant is 3
public static final MS_SourceCIDType MS_AcceptAnySourceCIDType
The value of this constant is 4
public static MS_SourceCIDType[] values()
for (MS_SourceCIDType c : MS_SourceCIDType.values()) System.out.println(c);
public static MS_SourceCIDType 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.