RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
EnumMember Class Reference

A description of a member of an enumeration. More...

Inherits Serializable.

Public Member Functions

 EnumMember (String name, int ordinal)
 

Public Attributes

String name
 The name of the enumeration member.
 
int ordinal
 The value associated the the enumeration member.
 

Detailed Description

A description of a member of an enumeration.

See Also
com.rti.dds.typecode.TypeCodeFactory.create_enum_tc

Constructor & Destructor Documentation

EnumMember ( String  name,
int  ordinal 
)

Constructs an EnumMember object initialized with the given values.

Member Data Documentation

String name

The name of the enumeration member.

Cannot be null.

int ordinal

The value associated the the enumeration member.


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc