RTI Connext Java API  Version 7.0.0
Package com.rti.dds.typecode

Classes

class  EnumMember
 A description of a member of an enumeration. More...
 
class  ExtensibilityKind
 Type to indicate the extensibility of a type. More...
 
class  PRIVATE_MEMBER
 Constant used to indicate that a value type member is private. More...
 
class  PUBLIC_MEMBER
 Constant used to indicate that a value type member is public. More...
 
class  StructMember
 A description of a member of a struct. More...
 
class  TCKind
 Enumeration type for com.rti.dds.typecode.TypeCode kinds. More...
 
class  TypeCode
 The definition of a particular data type, which you can use to inspect the name, members, and other properties of types generated with rtiddsgen (see the Code Generator User's Manual) or to modify types you define yourself at runtime. More...
 
class  TypeCodeFactory
 A singleton factory for creating, copying, and deleting data type definitions dynamically. More...
 
class  UnionMember
 A description of a member of a union. More...
 
class  ValueMember
 A description of a member of a value type. More...
 
class  VM_ABSTRACT
 Constant used to indicate that a value type has the abstract modifier. More...
 
class  VM_CUSTOM
 Constant used to indicate that a value type has the custom modifier. More...
 
class  VM_NONE
 Constant used to indicate that a value type has no modifiers. More...
 
class  VM_TRUNCATABLE
 Constant used to indicate that a value type has the truncatable modifier. More...
 

Detailed Description