API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.omg.CORBA. FixedHolder View Source
Author(s)
Since
Version
1.14 09/09/97
Serial
Hierarchy
 Object
      FixedHolder
Implements
 Streamable
Subclasses
Description
publicfinal class FixedHolder
  The Holder for Fixed.
See also:   
Constructors
public FixedHolder ()
Construct the FixedHolder without initializing the contained value.
public FixedHolder (BigDecimal initial)
  Construct the FixedHolder and initialize it with the given value.
Methods
Hide/Show inherited methods
public void _read (InputStream input) [Specified in Streamable]
  Read a fixed point value from the input stream and store it in the value member.
public TypeCode _type () [Specified in Streamable]
  Return the TypeCode of this holder object.
public void _write (OutputStream output) [Specified in Streamable]
  Write the fixed point value stored in this holder to an OutputStream.
Fields
Hide/Show inherited fields
public BigDecimal value
The value held by the FixedHolder
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar