Name

DynEnum

Synopsis

A DynAny object associated with the Java mapping of an IDL enumerated type. The methods on the interface allow you to access the value of the enumerated type as either a String or an int.

                  Returned By
public interface DynEnum extends org.omg.CORBA.Object, org.omg.CORBA.DynAny {
// Public Instance Methods
   public abstract String value_as_string();  
   public abstract void value_as_string( String arg);  
   public abstract int value_as_ulong();  
   public abstract void value_as_ulong( int arg);  
}

Returned By

org.omg.CORBA.ORB.create_dyn_enum()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.