org.omg.TimeBase

Class UtcTHolder

public final class UtcTHolder extends Object implements Streamable

Holder class for : UtcT

Author: OpenORB Compiler

Field Summary
UtcTvalue
Internal UtcT value
Constructor Summary
UtcTHolder()
Default constructor
UtcTHolder(UtcT initial)
Constructor with value initialisation
Method Summary
void_read(InputStream istream)
Read UtcT from a marshalled stream
TypeCode_type()
Return the UtcT TypeCode
void_write(OutputStream ostream)
Write UtcT into a marshalled stream

Field Detail

value

public UtcT value
Internal UtcT value

Constructor Detail

UtcTHolder

public UtcTHolder()
Default constructor

UtcTHolder

public UtcTHolder(UtcT initial)
Constructor with value initialisation

Parameters: initial the initial value

Method Detail

_read

public void _read(InputStream istream)
Read UtcT from a marshalled stream

Parameters: istream the input stream

_type

public TypeCode _type()
Return the UtcT TypeCode

Returns: a TypeCode

_write

public void _write(OutputStream ostream)
Write UtcT into a marshalled stream

Parameters: ostream the output stream