Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1FilteringTimeOut.Choice
-
Packages that use CS1FilteringTimeOut.Choice Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol. -
-
Uses of CS1FilteringTimeOut.Choice in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1FilteringTimeOut.Choice Modifier and Type Method Description CS1FilteringTimeOut.ChoiceCS1FilteringTimeOut. getChoice()Gets the discriminant of the current choice.static CS1FilteringTimeOut.ChoiceCS1FilteringTimeOut.Choice. valueOf(String name)Returns the enum constant of this type with the specified name.static CS1FilteringTimeOut.Choice[]CS1FilteringTimeOut.Choice. values()Returns an array containing the constants of this enum type, in the order they are declared.
-