Class CS1EXTENSION<Type>
- java.lang.Object
-
- com.opencloud.util.ImmutableDataObject
-
- AbstractInfoObject
-
- CS1EXTENSION<Type>
-
- All Implemented Interfaces:
DataObject
,Immutable
,Serializable
public class CS1EXTENSION<Type> extends AbstractInfoObject
Defines metadata for a class of etsi_inap_cs1's open type extensions.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description CS1Criticality
Criticality
Value field.OpenId
Id
Identifier field.Class<Type>
Type
Open type field.
-
Constructor Summary
Constructors Modifier Constructor Description protected
CS1EXTENSION(OpenId Id, Class<Type> Type, CS1Criticality Criticality)
Constructs an information object with the given final values.
-
Method Summary
-
Methods inherited from class com.opencloud.slee.resources.cgin.AbstractInfoObject
equals, hashCode, toString
-
Methods inherited from class com.opencloud.util.ImmutableDataObject
clone, isReadOnly, setReadOnly
-
-
-
-
Field Detail
-
Id
public final OpenId Id
Identifier field.
-
Criticality
public final CS1Criticality Criticality
Value field.
-
-
Constructor Detail
-
CS1EXTENSION
protected CS1EXTENSION(OpenId Id, Class<Type> Type, CS1Criticality Criticality)
Constructs an information object with the given final values. Fields that could have been of primitive types are boxed, so that absent optional fields have value null.
-
-