Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.LcsFormatIndicator
-
Packages that use LcsFormatIndicator Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of LcsFormatIndicator in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as LcsFormatIndicator Modifier and Type Field Description static LcsFormatIndicator
LcsFormatIndicator. EMAIL_ADDRESS
static LcsFormatIndicator
LcsFormatIndicator. LOGICAL_NAME
static LcsFormatIndicator
LcsFormatIndicator. MSISDN
static LcsFormatIndicator
LcsFormatIndicator. SIP_URL
static LcsFormatIndicator
LcsFormatIndicator. URL
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return LcsFormatIndicator Modifier and Type Method Description static LcsFormatIndicator
LcsFormatIndicator. fromInt(int type)
LcsFormatIndicator
LcsClientName. getLcsFormatIndicator()
Returns the value of the LCS-Format-Indicator AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type LcsFormatIndicator Modifier and Type Method Description void
LcsClientName. setLcsFormatIndicator(LcsFormatIndicator lcsFormatIndicator)
Sets the value of the LCS-Format-Indicator AVP, of type Enumerated.
-