Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSClassmark.MSClassmark2.RevisionLevel
-
Packages that use MSClassmark.MSClassmark2.RevisionLevel 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.MSClassmark2.RevisionLevel in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as MSClassmark.MSClassmark2.RevisionLevel Modifier and Type Field Description static MSClassmark.MSClassmark2.RevisionLevel
MSClassmark.MSClassmark2.RevisionLevel. PHASE_1
MSClassmark2 Revision Level constant corresponding to reserved for phase 1.static MSClassmark.MSClassmark2.RevisionLevel
MSClassmark.MSClassmark2.RevisionLevel. PHASE_2
MSClassmark2 Revision Level constant corresponding to used by phase 2 mobile stations.static MSClassmark.MSClassmark2.RevisionLevel
MSClassmark.MSClassmark2.RevisionLevel. R_99
MSClassmark2 Revision Level constant corresponding to used by mobile stations supporting R99 or later versions of the protocol.Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSClassmark.MSClassmark2.RevisionLevel Modifier and Type Method Description static MSClassmark.MSClassmark2.RevisionLevel
MSClassmark.MSClassmark2.RevisionLevel. fromValue(int value)
Returns a RevisionLevel for a particular integer value.MSClassmark.MSClassmark2.RevisionLevel
MSClassmark.MSClassmark2. getRevisionLevel()
Gets the value of the revision level.static MSClassmark.MSClassmark2.RevisionLevel[]
MSClassmark.MSClassmark2.RevisionLevel. namedValues()
Returns an array containing all of RevisionLevel's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSClassmark.MSClassmark2.RevisionLevel Modifier and Type Method Description MSClassmark.MSClassmark2
MSClassmark.MSClassmark2. setRevisionLevel(MSClassmark.MSClassmark2.RevisionLevel value)
Sets the value of the revision level.
-