Uses of Class
org.jainslee.resources.diameter.rf.types.vb80.ClassIdentifier
-
Packages that use ClassIdentifier Package Description org.jainslee.resources.diameter.rf.types.vb80 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v11.8.0.
-
-
Uses of ClassIdentifier in org.jainslee.resources.diameter.rf.types.vb80
Fields in org.jainslee.resources.diameter.rf.types.vb80 declared as ClassIdentifier Modifier and Type Field Description static ClassIdentifier
ClassIdentifier. ADVERTISEMENT
static ClassIdentifier
ClassIdentifier. AUTO
static ClassIdentifier
ClassIdentifier. INFORMATIONAL
static ClassIdentifier
ClassIdentifier. PERSONAL
Methods in org.jainslee.resources.diameter.rf.types.vb80 that return ClassIdentifier Modifier and Type Method Description static ClassIdentifier
ClassIdentifier. fromInt(int type)
ClassIdentifier
MessageClass. getClassIdentifier()
Returns the value of the Class-Identifier AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.rf.types.vb80 with parameters of type ClassIdentifier Modifier and Type Method Description void
MessageClass. setClassIdentifier(ClassIdentifier classIdentifier)
Sets the value of the Class-Identifier AVP, of type Enumerated.
-