Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.LcsClientType
-
Packages that use LcsClientType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of LcsClientType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as LcsClientType Modifier and Type Field Description static LcsClientType
LcsClientType. EMERGENCY_SERVICES
static LcsClientType
LcsClientType. LAWFUL_INTERCEPT_SERVICES
static LcsClientType
LcsClientType. PLMN_OPERATOR_SERVICES
static LcsClientType
LcsClientType. VALUE_ADDED_SERVICES
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return LcsClientType Modifier and Type Method Description static LcsClientType
LcsClientType. fromInt(int type)
LcsClientType
LcsClientId. getLcsClientType()
Returns the value of the LCS-Client-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type LcsClientType Modifier and Type Method Description void
LcsClientId. setLcsClientType(LcsClientType lcsClientType)
Sets the value of the LCS-Client-Type AVP, of type Enumerated.
-