org.omg.DynamicAny
public interface DynEnumOperations extends DynAnyOperations
Method Summary | |
---|---|
String | get_as_string()
Get the current enumeration value, as string. |
int | get_as_ulong()
Get the current enumeration value, as int. |
void | set_as_string(String value)
Set the current enumeration value, as string.
|
void | set_as_ulong(int value)
Set the current enumeration value, as int.
|
Throws: InvalidValue if the passed string is not one of the allowed values for this enumeration.
Throws: InvalidValue if the passed string is not one of the allowed values for this enumeration.