RTI Connext Java API
Version 5.1.0
|
Type to indicate the extensibility of a type. More...
Static Public Attributes | |
static final ExtensibilityKind | FINAL_EXTENSIBILITY |
Specifies that a type has FINAL extensibility. | |
static final ExtensibilityKind | EXTENSIBLE_EXTENSIBILITY |
Specifies that a type has EXTENSIBLE extensibility. | |
static final ExtensibilityKind | MUTABLE_EXTENSIBILITY |
Specifies that a type has MUTABLE extensibility. | |
Additional Inherited Members | |
Public Member Functions inherited from Enum | |
final int | ordinal () |
The integral value of this enumerated constant. | |
Object | copy_from (Object src) |
final String | name () |
The name of this enum constant, as declared in the enum declaration. | |
final String | toString () |
The string value of this enum constant. | |
Protected Member Functions inherited from Enum | |
Enum (String name, int ordinal) | |
The constructor. | |
Type to indicate the extensibility of a type.