public abstract class IParameterValue extends Object implements StreamableValue
| Constructor and Description |
|---|
IParameterValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
abstract String |
convertToText() |
abstract String |
getIDLType() |
public abstract String convertToText() throws ConversionToTextException
ConversionToTextExceptionpublic abstract String getIDLType()
public void _write(OutputStream os)
_write in interface Streamablepublic void _read(InputStream os)
_read in interface Streamablepublic String[] _truncatable_ids()
_truncatable_ids in interface ValueBasepublic TypeCode _type()
_type in interface StreamableCopyright © 2016. All rights reserved.