Class SMSProtocolId.ServiceCentreProtocol
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.sms.SMSProtocolId.ServiceCentreProtocol
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- SMSProtocolId
public static final class SMSProtocolId.ServiceCentreProtocol extends NamedInteger
ServiceCentreProtocol constants.There are no predefined names for integers of this type.
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SMSProtocolId.ServiceCentreProtocol
fromValue(int value)
Returns a ServiceCentreProtocol for a particular integer value.static SMSProtocolId.ServiceCentreProtocol[]
namedValues()
Returns an array containing all of ServiceCentreProtocol's named numbers.-
Methods inherited from class com.opencloud.util.NamedInteger
byteValue, clone, doubleValue, equals, floatValue, hashCode, intValue, isReadOnly, longValue, setReadOnly, shortValue, toString, valueOf
-
-
-
-
Field Detail
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a ServiceCentreProtocol instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a ServiceCentreProtocol instance may take (63).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static SMSProtocolId.ServiceCentreProtocol fromValue(int value)
Returns a ServiceCentreProtocol for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static SMSProtocolId.ServiceCentreProtocol[] namedValues()
Returns an array containing all of ServiceCentreProtocol's named numbers.- Returns:
- a new ServiceCentreProtocol[]
-
-