public abstract class DoubleListParameter extends IParameterValue implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
DoubleParameter[] |
valueList |
| Constructor and Description |
|---|
DoubleListParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
convertToText, getIDLTypepublic DoubleParameter[] valueList
public void _write(OutputStream os)
_write in interface Streamable_write in class IParameterValuepublic void _read(InputStream os)
_read in interface Streamable_read in class IParameterValuepublic String[] _truncatable_ids()
_truncatable_ids in interface ValueBase_truncatable_ids in class IParameterValuepublic TypeCode _type()
_type in interface Streamable_type in class IParameterValueCopyright © 2016. All rights reserved.