Uses of Class
com.opencloud.slee.resources.cgin.cap_v1.CAP1CriticalityType
-
Packages that use CAP1CriticalityType Package Description com.opencloud.slee.resources.cgin.cap_v1 Provides an API for the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v1.metadata Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v1 protocol.com.opencloud.slee.resources.cgin.cap_v2.metadata Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v2 protocol.com.opencloud.slee.resources.cgin.cap_v3.metadata Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v3 protocol.com.opencloud.slee.resources.cgin.cap_v4.metadata Contains metadata classes describing the supported operations, errors, and application contexts of the CAP v4 protocol. -
-
Uses of CAP1CriticalityType in com.opencloud.slee.resources.cgin.cap_v1
Methods in com.opencloud.slee.resources.cgin.cap_v1 that return CAP1CriticalityType Modifier and Type Method Description static CAP1CriticalityType
CAP1CriticalityType. fromValue(int value)
Returns the enumeration constant for a given ASN.1 encoded value.CAP1CriticalityType
CAP1ExtensionField. getCriticality()
Gets the value of the field criticality.static CAP1CriticalityType
CAP1CriticalityType. valueOf(String name)
Returns the enum constant of this type with the specified name.static CAP1CriticalityType[]
CAP1CriticalityType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.cgin.cap_v1 with parameters of type CAP1CriticalityType Modifier and Type Method Description CAP1ExtensionField
CAP1ExtensionField. setCriticality(CAP1CriticalityType value)
Sets the value of the field criticality. -
Uses of CAP1CriticalityType in com.opencloud.slee.resources.cgin.cap_v1.metadata
Fields in com.opencloud.slee.resources.cgin.cap_v1.metadata declared as CAP1CriticalityType Modifier and Type Field Description CAP1CriticalityType
CAP1EXTENSION. Criticality
Value field.Constructors in com.opencloud.slee.resources.cgin.cap_v1.metadata with parameters of type CAP1CriticalityType Constructor Description CAP1EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)
Constructs an information object with the given final values. -
Uses of CAP1CriticalityType in com.opencloud.slee.resources.cgin.cap_v2.metadata
Fields in com.opencloud.slee.resources.cgin.cap_v2.metadata declared as CAP1CriticalityType Modifier and Type Field Description CAP1CriticalityType
CAP2EXTENSION. Criticality
Value field.Constructors in com.opencloud.slee.resources.cgin.cap_v2.metadata with parameters of type CAP1CriticalityType Constructor Description CAP2EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)
Constructs an information object with the given final values. -
Uses of CAP1CriticalityType in com.opencloud.slee.resources.cgin.cap_v3.metadata
Fields in com.opencloud.slee.resources.cgin.cap_v3.metadata declared as CAP1CriticalityType Modifier and Type Field Description CAP1CriticalityType
CAP3EXTENSION. Criticality
Value field.Constructors in com.opencloud.slee.resources.cgin.cap_v3.metadata with parameters of type CAP1CriticalityType Constructor Description CAP3EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)
Constructs an information object with the given final values. -
Uses of CAP1CriticalityType in com.opencloud.slee.resources.cgin.cap_v4.metadata
Fields in com.opencloud.slee.resources.cgin.cap_v4.metadata declared as CAP1CriticalityType Modifier and Type Field Description CAP1CriticalityType
CAP4EXTENSION. Criticality
Value field.Constructors in com.opencloud.slee.resources.cgin.cap_v4.metadata with parameters of type CAP1CriticalityType Constructor Description CAP4EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)
Constructs an information object with the given final values.
-