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