|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||



public interface DynEnumOperations

DynEnum objects support the manipulation of IDL enumerated values. The current position of a DynEnum is always -1.
| Method Summary | |
|---|---|
String |
get_as_string
Returns the value of the DynEnum as an IDL identifier. |
int |
get_as_ulong
Returns the value of the DynEnum as the enumerated value's ordinal value. |
void |
set_as_string
Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter. |
void |
set_as_ulong
Sets the value of the DynEnum as the enumerated value's ordinal value. |
Methods inherited from interface org.omg.DynamicAny.DynAnyOperations ![]() |
|---|
assign |
| Method Detail |
|---|

String![]()
![]()
get_as_string()

void set_as_string(String![]()
![]()
value) throws InvalidValue
![]()
![]()
InvalidValue - If value contains a string that is not a valid IDL identifier
for the corresponding enumerated type

int get_as_ulong()

void set_as_ulong(int value)
throws InvalidValue

InvalidValue - If value contains a value that is outside the range of ordinal values
for the corresponding enumerated type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||