Searched refs:DynEnum (Results 1 - 4 of 4) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynEnum.java31 * @deprecated Use the new <a href="../DynamicAny/DynEnum.html">DynEnum</a> instead
34 public interface DynEnum extends org.omg.CORBA.Object, org.omg.CORBA.DynAny interface in inherits:org.omg.CORBA.Object,org.omg.CORBA.DynAny
38 * <code>DynEnum</code> as a string.
45 * Set a particular enum in this <code>DynEnum</code>.
H A DORB.java1280 * Creates a new <code>DynEnum</code> object from the given
1284 * <code>DynEnum</code> object
1285 * @return the new <code>DynEnum</code> object created from the given
1294 public org.omg.CORBA.DynEnum create_dyn_enum(org.omg.CORBA.TypeCode type) throws org.omg.CORBA.ORBPackage.InconsistentTypeCode
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynEnumImpl.java41 public class DynEnumImpl extends DynAnyBasicImpl implements DynEnum
58 // The current position of a DynEnum is always -1.
119 // Returns always 0 for DynEnum
125 // such as a DynEnum or an empty exception, raises TypeMismatch.
136 // DynEnum interface methods
139 // Returns the value of the DynEnum as an IDL identifier.
147 // Sets the value of the DynEnum to the enumerated value
165 // Returns the value of the DynEnum as the enumerated values ordinal value.
175 // Sets the value of the DynEnum as the enumerated values ordinal value.
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl629 * <LI>For DynFixed and DynEnum, the operation returns zero.
642 * such as a DynEnum or an empty exception, raises TypeMismatch.
650 * such as a DynEnum or an empty exception
686 * DynEnum objects support the manipulation of IDL enumerated values.
687 * The current position of a DynEnum is always -1.
689 interface DynEnum : DynAny {
690 #pragma sun_localservant DynEnum ""
693 * Returns the value of the DynEnum as an IDL identifier.
698 * Sets the value of the DynEnum to the enumerated value whose IDL identifier is passed in the value parameter.
707 * Returns the value of the DynEnum a
[all...]

Completed in 45 milliseconds