public class CAP4EXTENSION<ExtensionType> extends AbstractInfoObject
Modifier and Type | Field and Description |
---|---|
CAP1CriticalityType |
Criticality
Value field.
|
Class<ExtensionType> |
ExtensionType
Open type field.
|
OpenId |
Id
Identifier field.
|
Modifier | Constructor and Description |
---|---|
protected |
CAP4EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|
equals, hashCode, toString
clone, isReadOnly, setReadOnly
public final Class<ExtensionType> ExtensionType
public final CAP1CriticalityType Criticality
public final OpenId Id
protected CAP4EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)