|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.soda.dk.core.EscObject
org.eclipse.soda.dk.parameter.BaseParameter
org.eclipse.soda.dk.parameter.BaseKeyParameter
org.eclipse.soda.dk.parameter.MultiParameter
org.eclipse.soda.dk.parameter.ArrayParameter
public class ArrayParameter
| Field Summary |
|---|
| Fields inherited from class org.eclipse.soda.dk.parameter.BaseKeyParameter |
|---|
key |
| Fields inherited from class org.eclipse.soda.dk.parameter.BaseParameter |
|---|
BIT_MASKS, MASKS, SET_MASKS, SET_TOP_MASKS |
| Fields inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService |
|---|
ARRAY, ASCII, ASCIIZ, BOOLEAN, BYTE, BYTES, DOUBLE, FLOAT, HEXASCII, HEXSTRING, INSERT, INTEGER, LITTLEENDIAN, LONG, NASCII, NSTRING, NULL, SERVICE_NAME, SHORT, STRING, UNLIMITED, UNSIGNED, USE_CURSOR, USE_CURSOR_INSERT |
| Constructor Summary | |
|---|---|
ArrayParameter()
Constructs an instance of this class. |
|
ArrayParameter(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
ArrayParameter(java.lang.String key,
ParameterService[] parameters,
ParameterService countBlock)
Constructs an instance of this class from the specified key, count block and parameter parameters. |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.soda.dk.parameter.MultiParameter |
|---|
decodeValue, decodeValue, encodeValue, encodeValue, encodeValueList, getCountBlock, getParameters, needsCursor, setCountBlock, setParameters |
| Methods inherited from class org.eclipse.soda.dk.parameter.BaseKeyParameter |
|---|
getKey, setKey |
| Methods inherited from class org.eclipse.soda.dk.parameter.BaseParameter |
|---|
createCursorChild, decode, decodeBytes, decodeEnd, decodeString, decodeValue, encode, encodeBytes, encodeData, encodeString, encodeValue, expand, expand, getAbsoluteOffset, getBytes, getDefaultStyle, getLength, getLength, getLittleEndianLong, getLong, getOffset, getOffsetAbsolute, getOffsetDefault, getOffsetLength, getOffsetValue, getUnsignedInteger, getUnsignedLittleEndianLong, getUnsignedLittleEngianLong, getUnsignedLong, isConstantParameter, isInsert, isInsert, setBits, setBits, setBits, setBitsLittleEngian, setBytes, setBytes, setBytes, setBytesLittleEndian, updateCursor, updateCursor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayParameter()
ArrayParameter(String),
ArrayParameter(String,ParameterService[],ParameterService)public ArrayParameter(java.lang.String key)
key - The key (String) parameter.ArrayParameter(),
ArrayParameter(String,ParameterService[],ParameterService)
public ArrayParameter(java.lang.String key,
ParameterService[] parameters,
ParameterService countBlock)
key - The key (String) parameter.parameters - The parameters (ParameterService[]) parameter.countBlock - The count block (ParameterService) parameter.ArrayParameter(),
ArrayParameter(String)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||