Uses of Class
com.opencloud.slee.resources.cgin.map.MAPSM_EnumeratedDeliveryFailureCause
-
Packages that use MAPSM_EnumeratedDeliveryFailureCause Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPSM_EnumeratedDeliveryFailureCause in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPSM_EnumeratedDeliveryFailureCause Modifier and Type Method Description static MAPSM_EnumeratedDeliveryFailureCauseMAPSM_EnumeratedDeliveryFailureCause. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.MAPSM_EnumeratedDeliveryFailureCauseMAPSM_DeliveryFailureCause. getSm_EnumeratedDeliveryFailureCause()Gets the value of the sm-EnumeratedDeliveryFailureCause choice.MAPSM_EnumeratedDeliveryFailureCauseMAPSM_DeliveryFailureCauseWithDiagnostic. getSm_EnumeratedDeliveryFailureCause()Gets the value of the field sm-EnumeratedDeliveryFailureCause.static MAPSM_EnumeratedDeliveryFailureCauseMAPSM_EnumeratedDeliveryFailureCause. valueOf(String name)Returns the enum constant of this type with the specified name.static MAPSM_EnumeratedDeliveryFailureCause[]MAPSM_EnumeratedDeliveryFailureCause. 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 MAPSM_EnumeratedDeliveryFailureCause Modifier and Type Method Description MAPSM_DeliveryFailureCauseMAPSM_DeliveryFailureCause. setSm_EnumeratedDeliveryFailureCause(MAPSM_EnumeratedDeliveryFailureCause value)Sets the value of the sm-EnumeratedDeliveryFailureCause choice.MAPSM_DeliveryFailureCauseWithDiagnosticMAPSM_DeliveryFailureCauseWithDiagnostic. setSm_EnumeratedDeliveryFailureCause(MAPSM_EnumeratedDeliveryFailureCause value)Sets the value of the field sm-EnumeratedDeliveryFailureCause.
-