org.openorb.ir.persistence
public final class UnionDefHomeHolder extends Object implements Streamable
Field Summary | |
---|---|
UnionDefHome | value
Internal UnionDefHome value |
Constructor Summary | |
---|---|
UnionDefHomeHolder()
Default constructor | |
UnionDefHomeHolder(UnionDefHome initial)
Constructor with value initialisation |
Method Summary | |
---|---|
void | _read(InputStream istream)
Read UnionDefHome from a marshalled stream |
TypeCode | _type()
Return the UnionDefHome TypeCode |
void | _write(OutputStream ostream)
Write UnionDefHome into a marshalled stream |
Parameters: initial the initial value
Parameters: istream the input stream
Returns: a TypeCode
Parameters: ostream the output stream