Uses of Class
com.opencloud.slee.resources.cgin.map.MAPPDN_GW_AllocationType
-
Packages that use MAPPDN_GW_AllocationType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPPDN_GW_AllocationType in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPPDN_GW_AllocationType Modifier and Type Method Description static MAPPDN_GW_AllocationTypeMAPPDN_GW_AllocationType. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPPDN_GW_AllocationTypeMAPAPN_Configuration. getPdn_gw_AllocationType()Gets the value of the field pdn-gw-AllocationType.static MAPPDN_GW_AllocationTypeMAPPDN_GW_AllocationType. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPPDN_GW_AllocationType[]MAPPDN_GW_AllocationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPPDN_GW_AllocationType Modifier and Type Method Description MAPAPN_ConfigurationMAPAPN_Configuration. setPdn_gw_AllocationType(MAPPDN_GW_AllocationType value)Sets the value of the field pdn-gw-AllocationType.
-