Searched refs:DynValue (Results 1 - 3 of 3) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynValue.java31 * @deprecated Use the new <a href="../DynamicAny/DynValue.html">DynValue</a> instead
34 public interface DynValue extends org.omg.CORBA.Object, org.omg.CORBA.DynAny { interface in inherits:org.omg.CORBA.Object,org.omg.CORBA.DynAny
54 * stored in this <code>DynValue</code>.
62 * Sets the members of the value object this <code>DynValue</code>
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynValueImpl.java42 public class DynValueImpl extends DynValueCommonImpl implements DynValue
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl1043 * DynValueCommon provides operations supported by both the DynValue and DynValueBox interfaces.
1065 * DynValue objects support the manipulation of IDL non-boxed value types.
1066 * The DynValue interface can represent both null and non-null value types.
1067 * For a DynValue representing a non-null value type, the DynValue's components comprise
1069 * in the order of definition. A DynValue representing a null value type has no components
1076 interface DynValue : DynValueCommon {
1077 #pragma sun_localservant DynValue ""
1084 * @exception TypeMismatch if the DynValue represents a null value type.
1093 * @exception TypeMismatch if the DynValue represent
[all...]

Completed in 44 milliseconds