org.omg.CORBA
Interface EnumDefOperations
- All Superinterfaces:
- ContainedOperations, IDLTypeOperations, IRObjectOperations, TypedefDefOperations
- All Known Subinterfaces:
- EnumDef
- All Known Implementing Classes:
- EnumDefPOA
- public interface EnumDefOperations
- extends TypedefDefOperations
An EnumDef represents an OMG IDL enumeration definition.
Method Summary |
java.lang.String[] |
members()
The members attribute contains a distinct name for each
possible value of the enumeration. |
void |
members(java.lang.String[] value)
The members attribute contains a distinct name for each
possible value of the enumeration. |
Methods inherited from interface org.omg.CORBA.ContainedOperations |
absolute_name, containing_repository, defined_in, describe, id, id, move, name, name, version, version |
members
public java.lang.String[] members()
- The members attribute contains a distinct name for each
possible value of the enumeration.
members
public void members(java.lang.String[] value)
- The members attribute contains a distinct name for each
possible value of the enumeration.