Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark1.ESIndicator
-
Packages that use MSClassmark.MSClassmark1.ESIndicator 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 MSClassmark.MSClassmark1.ESIndicator in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSClassmark.MSClassmark1.ESIndicator Modifier and Type Method Description static MSClassmark.MSClassmark1.ESIndicator
MSClassmark.MSClassmark1.ESIndicator. fromValue(int value)
Returns the enumeration constant for a given encoded value.MSClassmark.MSClassmark1.ESIndicator
MSClassmark.MSClassmark1. getESIndicator()
Gets the value of the controlled early classmark sending indicator.static MSClassmark.MSClassmark1.ESIndicator
MSClassmark.MSClassmark1.ESIndicator. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSClassmark.MSClassmark1.ESIndicator[]
MSClassmark.MSClassmark1.ESIndicator. 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 MSClassmark.MSClassmark1.ESIndicator Modifier and Type Method Description MSClassmark.MSClassmark1
MSClassmark.MSClassmark1. setESIndicator(MSClassmark.MSClassmark1.ESIndicator value)
Sets the value of the controlled early classmark sending indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSClassmark.MSClassmark1.ESIndicator Constructor Description MSClassmark1(int iEI, MSClassmark.MSClassmark1.RevisionLevel revisionLevel, MSClassmark.MSClassmark1.ESIndicator eSIndicator, MSClassmark.MSClassmark1.A51Algorithm a51Algorithm, MSClassmark.MSClassmark1.RFPowerCapability rFPowerCapability)
Constructs a new MSClassmark1 object from given values for all fields.
-