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

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DDynFixed.java32 * @deprecated Use the new <a href="../DynamicAny/DynFixed.html">DynFixed</a> instead
35 public interface DynFixed extends org.omg.CORBA.Object, org.omg.CORBA.DynAny interface in inherits:org.omg.CORBA.Object,org.omg.CORBA.DynAny
39 * <code>DynFixed</code> object.
48 * <code>DynFixed</code> object.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/dynamicany/
H A DDynFixedImpl.java41 public class DynFixedImpl extends DynAnyBasicImpl implements DynFixed
70 // DynFixed interface methods
80 // Initializes the value of the DynFixed.
89 // If val contains a value whose scale exceeds that of the DynFixed or is not initialized,
91 // The return value is true if val can be represented as the DynFixed without loss of precision.
92 // If val has more fractional digits than can be represented in the DynFixed,
174 // If val contains a value whose scale exceeds that of the DynFixed or is not initialized,
208 return "DynFixed with value=" + this.get_value() + ", digits=" + digits + ", scale=" + scale;
/openjdk7/corba/src/share/classes/org/omg/DynamicAny/
H A DDynamicAny.idl629 * <LI>For DynFixed and DynEnum, the operation returns zero.
657 * DynFixed objects support the manipulation of IDL fixed values.
661 interface DynFixed : DynAny {
662 #pragma sun_localservant DynFixed ""
665 * Returns the value of a DynFixed.
670 * Sets the value of the DynFixed.
672 * However, the trailing d or D is optional. The return value is true if val can be represented as the DynFixed
673 * without loss of precision. If val has more fractional digits than can be represented in the DynFixed,
678 * @exception InvalidValue If val contains a value whose scale exceeds that of the DynFixed
1220 * to a DynFixed, DynStruc
[all...]

Completed in 41 milliseconds