Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallTypeCriteria
-
Packages that use MAPCallTypeCriteria Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPCallTypeCriteria in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPCallTypeCriteria Modifier and Type Method Description static MAPCallTypeCriteriaMAPCallTypeCriteria. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPCallTypeCriteriaMAPO_BcsmCamelTDP_Criteria. getCallTypeCriteria()Gets the value of the field callTypeCriteria.static MAPCallTypeCriteriaMAPCallTypeCriteria. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPCallTypeCriteria[]MAPCallTypeCriteria. 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 MAPCallTypeCriteria Modifier and Type Method Description MAPO_BcsmCamelTDP_CriteriaMAPO_BcsmCamelTDP_Criteria. setCallTypeCriteria(MAPCallTypeCriteria value)Sets the value of the field callTypeCriteria.
-