Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LegType.EncodedValue
-
Packages that use LegType.EncodedValue 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 LegType.EncodedValue in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as LegType.EncodedValue Modifier and Type Field Description static LegType.EncodedValue
LegType.EncodedValue. CALLED_PARTY
Leg type value corresponding to the called party, created as a result of the InitialDP operation, followed by the Connect, Continue or ContinueWithArgument operation.static LegType.EncodedValue
LegType.EncodedValue. CALLING_PARTY
Leg type value corresponding to the calling party, present when InitialDP is sent to the SCF.static LegType.EncodedValue
LegType.EncodedValue. UNSPECIFIED
Leg type value corresponding to initial value until explicitly set.Methods in com.opencloud.slee.resources.in.datatypes.cc that return LegType.EncodedValue Modifier and Type Method Description static LegType.EncodedValue
LegType.EncodedValue. fromValue(int value)
Returns a EncodedValue for a particular integer value.protected LegType.EncodedValue
LegType. fromValue(int value)
Converts an int to a NamedInteger.LegType.EncodedValue
LegType. getEncodedForm()
Gets the encoded form.LegType.EncodedValue
LegType. getEncodedValue()
Gets the value of the leg type value.static LegType.EncodedValue[]
LegType.EncodedValue. namedValues()
Returns an array containing all of EncodedValue's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LegType.EncodedValue Modifier and Type Method Description LegType
LegType. setEncodedValue(LegType.EncodedValue value)
Sets the value of the leg type value.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LegType.EncodedValue Constructor Description LegType(LegType.EncodedValue encodedValue)
Constructs a new LegType object from given values for all fields.
-