Uses of Class
com.opencloud.slee.resources.cgin.map.MAPGMLC_Restriction
-
Packages that use MAPGMLC_Restriction Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPGMLC_Restriction in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPGMLC_Restriction Modifier and Type Field Description static MAPGMLC_Restriction
MAPGMLC_Restriction. gmlc_List
Reference to value of the constant gmlc_List.static MAPGMLC_Restriction
MAPGMLC_Restriction. home_Country
Reference to value of the constant home_Country.Methods in com.opencloud.slee.resources.cgin.map that return MAPGMLC_Restriction Modifier and Type Method Description static MAPGMLC_Restriction
MAPGMLC_Restriction. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPGMLC_Restriction
MAPExternalClient. getGmlc_Restriction()
Gets the value of the field gmlc-Restriction.MAPGMLC_Restriction
MAPServiceType. getGmlc_Restriction()
Gets the value of the field gmlc-Restriction.static MAPGMLC_Restriction[]
MAPGMLC_Restriction. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPGMLC_Restriction Modifier and Type Method Description MAPExternalClient
MAPExternalClient. setGmlc_Restriction(MAPGMLC_Restriction value)
Sets the value of the field gmlc-Restriction.MAPServiceType
MAPServiceType. setGmlc_Restriction(MAPGMLC_Restriction value)
Sets the value of the field gmlc-Restriction.
-