Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.GenericDigits.TypeOfDigits
-
Packages that use GenericDigits.TypeOfDigits Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of GenericDigits.TypeOfDigits in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as GenericDigits.TypeOfDigits Modifier and Type Field Description static GenericDigits.TypeOfDigits
GenericDigits.TypeOfDigits. ACCOUNT_CODE
Type of digits value corresponding to reserved for account code.static GenericDigits.TypeOfDigits
GenericDigits.TypeOfDigits. AUTHORISATION_CODE
Type of digits value corresponding to reserved for authorisation code.static GenericDigits.TypeOfDigits
GenericDigits.TypeOfDigits. GROUP_IDENTITY
Type of digits value corresponding to reserved for business communication group identity.static GenericDigits.TypeOfDigits
GenericDigits.TypeOfDigits. TRAVELLING_CLASS_MARK
Type of digits value corresponding to reserved for private networking travelling class mark.protected GenericDigits.TypeOfDigits
GenericDigits. TypeOfDigits_value
Value of field TypeOfDigits.Methods in com.opencloud.slee.resources.in.datatypes.cc that return GenericDigits.TypeOfDigits Modifier and Type Method Description static GenericDigits.TypeOfDigits
GenericDigits.TypeOfDigits. fromValue(int value)
Returns a TypeOfDigits for a particular integer value.GenericDigits.TypeOfDigits
GenericDigits. getTypeOfDigits()
Gets the value of the type of digits.static GenericDigits.TypeOfDigits[]
GenericDigits.TypeOfDigits. namedValues()
Returns an array containing all of TypeOfDigits's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type GenericDigits.TypeOfDigits Modifier and Type Method Description GenericDigits
GenericDigits. setTypeOfDigits(GenericDigits.TypeOfDigits value)
Sets the value of the type of digits.GenericDigitsWithStarHash
GenericDigitsWithStarHash. setTypeOfDigits(GenericDigits.TypeOfDigits value)
Sets the value of the type of digits.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type GenericDigits.TypeOfDigits Constructor Description GenericDigits(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address)
Constructs a new GenericDigits object from given values for all fields.GenericDigits(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address, StringCodec<GenericDigits> Address_codec)
Constructs a new GenericDigits object from given arguments, using the given codecs for encoding fields of type String.GenericDigitsWithStarHash(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address)
Constructs a new GenericDigitsWithStarHash object from given values for all fields.GenericDigitsWithStarHash(GenericDigits.EncodingScheme encodingScheme, GenericDigits.TypeOfDigits typeOfDigits, String address, StringCodec<GenericDigits> Address_codec)
Constructs a new GenericDigitsWithStarHash object from given arguments, using the given codecs for encoding fields of type String.
-