RTI Connext Java API Version 7.1.0
ExtensibilityKind Class Reference

Type to indicate the extensibility of a type. More...

Inheritance diagram for ExtensibilityKind:
Enum Copyable

Static Public Attributes

static final ExtensibilityKind FINAL_EXTENSIBILITY
 Specifies that a type has FINAL extensibility. More...
 
static final ExtensibilityKind EXTENSIBLE_EXTENSIBILITY
 Specifies that a type has EXTENSIBLE extensibility. More...
 
static final ExtensibilityKind MUTABLE_EXTENSIBILITY
 Specifies that a type has MUTABLE extensibility. More...
 

Additional Inherited Members

- Public Member Functions inherited from Enum
final int ordinal ()
 The integral value of this enumerated constant. More...
 
Object copy_from (Object src)
 
final String name ()
 The name of this enum constant, as declared in the enum declaration. More...
 
final String toString ()
 The string value of this enum constant. More...
 
Object copy_from (Object src)
 Copy value of a data type from source. More...
 
- Protected Member Functions inherited from Enum
 Enum (String name, int ordinal)
 The constructor. More...
 
final Object clone () throws CloneNotSupportedException
 

Detailed Description

Type to indicate the extensibility of a type.