Class BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
- java.lang.Object
-
- java.lang.Number
-
- com.opencloud.util.NamedInteger
-
- com.opencloud.slee.resources.in.datatypes.cc.BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
- Enclosing class:
- BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem
public static final class BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits extends NamedInteger
ITU-T Number of Stop Bits constants.The API offered by this class is as if the type were specified in ASN.1 as follows.
NumberOfStopBits ::= ENUMERATED { ... , ONE (1), ONE_AND_A_HALF (2), TWO (3) }
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ONE
ITU-T Number of Stop Bits constant corresponding to 1 bit.static int
_ONE_AND_A_HALF
ITU-T Number of Stop Bits constant corresponding to 1.5 bits.static int
_TWO
ITU-T Number of Stop Bits constant corresponding to 2 bits.static int
MAX_VALUE
Maximum value that a NumberOfStopBits instance may take (3).static int
MIN_VALUE
Minimum value that a NumberOfStopBits instance may take (0).static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
ONE
ITU-T Number of Stop Bits constant corresponding to 1 bit.static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
ONE_AND_A_HALF
ITU-T Number of Stop Bits constant corresponding to 1.5 bits.static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
TWO
ITU-T Number of Stop Bits constant corresponding to 2 bits.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits
fromValue(int value)
Returns a NumberOfStopBits for a particular integer value.static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits[]
namedValues()
Returns an array containing all of NumberOfStopBits'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
-
_ONE
public static final int _ONE
ITU-T Number of Stop Bits constant corresponding to 1 bit.- See Also:
- Constant Field Values
-
_ONE_AND_A_HALF
public static final int _ONE_AND_A_HALF
ITU-T Number of Stop Bits constant corresponding to 1.5 bits.- See Also:
- Constant Field Values
-
_TWO
public static final int _TWO
ITU-T Number of Stop Bits constant corresponding to 2 bits.- See Also:
- Constant Field Values
-
ONE
public static final BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits ONE
ITU-T Number of Stop Bits constant corresponding to 1 bit.
-
ONE_AND_A_HALF
public static final BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits ONE_AND_A_HALF
ITU-T Number of Stop Bits constant corresponding to 1.5 bits.
-
TWO
public static final BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits TWO
ITU-T Number of Stop Bits constant corresponding to 2 bits.
-
MIN_VALUE
public static final int MIN_VALUE
Minimum value that a NumberOfStopBits instance may take (0).- See Also:
- Constant Field Values
-
MAX_VALUE
public static final int MAX_VALUE
Maximum value that a NumberOfStopBits instance may take (3).- See Also:
- Constant Field Values
-
-
Method Detail
-
fromValue
public static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits fromValue(int value)
Returns a NumberOfStopBits for a particular integer value.- Returns:
- any known instance, or a new object
-
namedValues
public static BearerCapability.ITU_T.Layer1Capability.Details.ParityAndModem.NumberOfStopBits[] namedValues()
Returns an array containing all of NumberOfStopBits's named numbers.- Returns:
- a new NumberOfStopBits[]
-
-