org.omg.CosNaming
public final class BindingTypeHolder extends Object implements Streamable
Field Summary | |
---|---|
BindingType | value
The stored binding type value. |
Constructor Summary | |
---|---|
BindingTypeHolder()
Create the unitialised holder. | |
BindingTypeHolder(BindingType initialValue)
Create the holder, intialised to the given value. |
Method Summary | |
---|---|
void | _read(InputStream in)
Read the holder value from the CDR input stream. |
TypeCode | _type() |
void | _write(OutputStream out)
Write the stored value to the CDR output stream. |