public class CAP1EXTENSION<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 |
CAP1EXTENSION(Class<ExtensionType> ExtensionType,
CAP1CriticalityType Criticality,
OpenId Id)
Constructs an information object with the given final values.
|
equals, hashCode, toStringclone, isReadOnly, setReadOnlypublic final Class<ExtensionType> ExtensionType
public final CAP1CriticalityType Criticality
public final OpenId Id
protected CAP1EXTENSION(Class<ExtensionType> ExtensionType, CAP1CriticalityType Criticality, OpenId Id)