FileDocCategorySizeDatePackage
DynEnum.javaAPI DocJava SE 5 API1125Fri Aug 26 14:58:28 BST 2005org.omg.CORBA

DynEnum

public interface DynEnum implements org.omg.CORBA.Object, org.omg.CORBA.DynAny
Represents a DynAny object associated with an IDL enum.
deprecated
Use the new DynEnum instead

Fields Summary
Constructors Summary
Methods Summary
public java.lang.Stringvalue_as_string()
Return the value of the IDL enum stored in this DynEnum as a string.

return
the stringified value.

public voidvalue_as_string(java.lang.String arg)
Set a particular enum in this DynEnum.

param
arg the string corresponding to the value.

public intvalue_as_ulong()
Return the value of the IDL enum as a Java int.

return
the integer value.

public voidvalue_as_ulong(int arg)
Set the value of the IDL enum.

param
arg the int value of the enum.