|
RTI Connext Java API
Version 6.0.1
|
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. | |
A description of a member of an enumeration.
| EnumMember | ( | String | name, |
| int | ordinal | ||
| ) |
Constructs an EnumMember object initialized with the given values.
| String name |
The name of the enumeration member.
Cannot be null.
| int ordinal |
The value associated the the enumeration member.