Class BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- BearerCapability.ITU_T.Layer3Capability
public static final class BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId extends NamedInteger
ITU-T User Information Layer 3 Protocol Id constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
Layer3ProtocolId ::= ENUMERATED { ... , IP (204), ... , P2P (207), ... }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_IP
ITU-T User Information Layer 3 Protocol Id constant corresponding to Internet Protocol (RFC 791).static int
_P2P
ITU-T User Information Layer 3 Protocol Id constant corresponding to Point-to-point Protocol (RFC 1548).static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId
IP
ITU-T User Information Layer 3 Protocol Id constant corresponding to Internet Protocol (RFC 791).static int
MAX_VALUE
Maximum value that a Layer3ProtocolId instance may take (255).static int
MIN_VALUE
Minimum value that a Layer3ProtocolId instance may take (0).static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId
P2P
ITU-T User Information Layer 3 Protocol Id constant corresponding to Point-to-point Protocol (RFC 1548).
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId
fromValue(int value)
Returns a Layer3ProtocolId for a particular integer value.static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId[]
namedValues()
Returns an array containing all of Layer3ProtocolId'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
-
_IP
public static final int _IP
ITU-T User Information Layer 3 Protocol Id constant corresponding to Internet Protocol (RFC 791).- See Also:
- Constant Field Values
-
_P2P
public static final int _P2P
ITU-T User Information Layer 3 Protocol Id constant corresponding to Point-to-point Protocol (RFC 1548).- See Also:
- Constant Field Values
-
IP
public static final BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId IP
ITU-T User Information Layer 3 Protocol Id constant corresponding to Internet Protocol (RFC 791).
-
P2P
public static final BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId P2P
ITU-T User Information Layer 3 Protocol Id constant corresponding to Point-to-point Protocol (RFC 1548).
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a Layer3ProtocolId instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a Layer3ProtocolId instance may take (255).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId fromValue(int value)
Returns a Layer3ProtocolId for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static BearerCapability.ITU_T.Layer3Capability.Layer3ProtocolId[] namedValues()
Returns an array containing all of Layer3ProtocolId's named numbers.- Returns:
- a new Layer3ProtocolId[]
-
-