public abstract class EnumerationListParameter extends IParameterValue implements StreamableValue
| Modifier and Type | Field and Description |
|---|---|
EnumerationItem[] |
items |
String[] |
selectedIds |
| Constructor and Description |
|---|
EnumerationListParameter() |
| Modifier and Type | Method and Description |
|---|---|
void |
_read(InputStream os) |
String[] |
_truncatable_ids() |
TypeCode |
_type() |
void |
_write(OutputStream os) |
convertToText, getIDLTypepublic EnumerationItem[] items
public String[] selectedIds
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.