Uses of Class
org.jainslee.resources.diameter.rf.types.va00.LcsClientType
-
Packages that use LcsClientType Package Description org.jainslee.resources.diameter.rf.types.va00 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v10.0.0.
-
-
Uses of LcsClientType in org.jainslee.resources.diameter.rf.types.va00
Fields in org.jainslee.resources.diameter.rf.types.va00 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.rf.types.va00 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.rf.types.va00 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.
-