public enum CAP3ConnectedNumberTreatmentInd extends Enum<CAP3ConnectedNumberTreatmentInd>
ConnectedNumberTreatmentInd ::=
ENUMERATED {
noINImpact(0),
presentationRestricted(1),
presentCalledINNumber(2),
presentCallINNumberRestricted(3)
}
Used as field type by CAP3ServiceInteractionIndicatorsTwo.
| Enum Constant and Description |
|---|
noINImpact |
presentationRestricted |
presentCalledINNumber |
presentCallINNumberRestricted |
| Modifier and Type | Method and Description |
|---|---|
static CAP3ConnectedNumberTreatmentInd |
fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.
|
int |
intValue()
Gets the integer ASN.1 encoded value of this enumeration constant.
|
static CAP3ConnectedNumberTreatmentInd |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CAP3ConnectedNumberTreatmentInd[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CAP3ConnectedNumberTreatmentInd noINImpact
public static final CAP3ConnectedNumberTreatmentInd presentationRestricted
public static final CAP3ConnectedNumberTreatmentInd presentCalledINNumber
public static final CAP3ConnectedNumberTreatmentInd presentCallINNumberRestricted
public static CAP3ConnectedNumberTreatmentInd[] values()
for (CAP3ConnectedNumberTreatmentInd c : CAP3ConnectedNumberTreatmentInd.values()) System.out.println(c);
public static CAP3ConnectedNumberTreatmentInd 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 static CAP3ConnectedNumberTreatmentInd fromValue(int value)
value - integer ASN.1 encoded valuepublic int intValue()