org.omg.CORBA

Class DoubleHolder

Implemented Interfaces:
Streamable

public final class DoubleHolder
extends java.lang.Object
implements Streamable

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Field Summary

double
value

Constructor Summary

DoubleHolder()
DoubleHolder(double initial)

Method Summary

void
_read(InputStream is)
TypeCode
_type()
void
_write(OutputStream os)

Field Details

value

public double value

Constructor Details

DoubleHolder

public DoubleHolder()


DoubleHolder

public DoubleHolder(double initial)

Method Details

_read

public void _read(InputStream is)
Specified by:
_read in interface Streamable


_type

public TypeCode _type()
Specified by:
_type in interface Streamable


_write

public void _write(OutputStream os)
Specified by:
_write in interface Streamable