Package org.omg.CORBA

Interface DynEnum

All Superinterfaces:
DynAny, Object

public interface DynEnum extends Object, DynAny
Deprecated.
Use the new DynEnum instead
Represents a DynAny object associated with an IDL enum.
  • Method Details

    • value_as_string

      String value_as_string()
      Deprecated.
      Return the value of the IDL enum stored in this DynEnum as a string.
      Returns:
      the stringified value.
    • value_as_string

      void value_as_string(String arg)
      Deprecated.
      Set a particular enum in this DynEnum.
      Parameters:
      arg - the string corresponding to the value.
    • value_as_ulong

      int value_as_ulong()
      Deprecated.
      Return the value of the IDL enum as a Java int.
      Returns:
      the integer value.
    • value_as_ulong

      void value_as_ulong(int arg)
      Deprecated.
      Set the value of the IDL enum.
      Parameters:
      arg - the int value of the enum.