API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. DynEnum View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      DynEnum
Subinterfaces
Description
@Deprecated
public interface DynEnum
Represents a DynAny object associated with an IDL enum.
See also:   
Methods
Hide/Show inherited methods
public String value_as_string ()
  Return the value of the IDL enum stored in this DynEnum as a string.
public void value_as_string (String arg)
  Set a particular enum in this DynEnum.
public int value_as_ulong ()
  Return the value of the IDL enum as a Java int.
public void value_as_ulong (int arg)
  Set the value of the IDL enum.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar