Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.Cause.CodingStandard
-
Packages that use Cause.CodingStandard 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 Cause.CodingStandard in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return Cause.CodingStandard Modifier and Type Method Description static Cause.CodingStandard
Cause.CodingStandard. fromValue(int value)
Returns the enumeration constant for a given encoded value.Cause.CodingStandard
Cause. getCodingStandard()
Gets the value of the coding standard.static Cause.CodingStandard
Cause.CodingStandard. valueOf(String name)
Returns the enum constant of this type with the specified name.static Cause.CodingStandard[]
Cause.CodingStandard. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type Cause.CodingStandard Modifier and Type Method Description Cause
Cause. setCodingStandard(Cause.CodingStandard value)
Sets the value of the coding standard.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type Cause.CodingStandard Constructor Description Cause(Cause.CodingStandard codingStandard, Cause.Location location, Cause.Recommendation recommendation, Cause.CauseValue causeValue, byte[] diagnostics)
Constructs a new Cause object from the given arguments.
-