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