Uses of Class
com.opencloud.slee.resources.cgin.etsi_inap_cs1.CS1Criticality
-
Packages that use CS1Criticality Package Description com.opencloud.slee.resources.cgin.etsi_inap_cs1 Provides an API for the ETSI INAP CS1 protocol.com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata Contains metadata classes describing the supported operations, errors, and application contexts of the ETSI INAP CS1 protocol. -
-
Uses of CS1Criticality in com.opencloud.slee.resources.cgin.etsi_inap_cs1
Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 that return CS1Criticality Modifier and Type Method Description static CS1CriticalityCS1Criticality. fromValue(int value)Returns the enumeration constant for a given ASN.1 encoded value.CS1CriticalityCS1ExtensionField. getCriticality()Gets the value of the field criticality.static CS1CriticalityCS1Criticality. valueOf(String name)Returns the enum constant of this type with the specified name.static CS1Criticality[]CS1Criticality. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.etsi_inap_cs1 with parameters of type CS1Criticality Modifier and Type Method Description CS1ExtensionFieldCS1ExtensionField. setCriticality(CS1Criticality value)Sets the value of the field criticality. -
Uses of CS1Criticality in com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata
Fields in com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata declared as CS1Criticality Modifier and Type Field Description CS1CriticalityCS1EXTENSION. CriticalityValue field.Constructors in com.opencloud.slee.resources.cgin.etsi_inap_cs1.metadata with parameters of type CS1Criticality Constructor Description CS1EXTENSION(OpenId Id, Class<Type> Type, CS1Criticality Criticality)Constructs an information object with the given final values.
-