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