|
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.MapParameter
public class MapParameter
| Field Summary | |
|---|---|
protected int |
offset
Define the offset (int) field. |
| 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 | |
|---|---|
MapParameter()
Constructs an instance of this class. |
|
MapParameter(ParameterService[] parameters)
Constructs an instance of this class from the specified parameters parameter. |
|
MapParameter(java.lang.String key)
Constructs an instance of this class from the specified key parameter. |
|
MapParameter(java.lang.String key,
ParameterService[] parameters)
Constructs an instance of this class from the specified key and parameters parameters. |
|
MapParameter(java.lang.String key,
ParameterService[] parameters,
ParameterService countBlock)
Constructs an instance of this class from the specified key, parameters and count block parameters. |
|
| Method Summary | |
|---|---|
java.lang.Object |
decodeValue(MessageService message,
ParameterCursorService cursor)
Perform the decodeValue method and return the Object result. |
MessageService |
encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
Perform the encodeValue method and return the MessageService result. |
int |
getOffset()
Gets the offset (int) value. |
void |
setOffset(int offset)
Sets the offset value. |
| Methods inherited from class org.eclipse.soda.dk.parameter.MultiParameter |
|---|
decodeValue, 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, 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 |
| Methods inherited from interface org.eclipse.soda.dk.parameter.service.ParameterService |
|---|
decodeValue, encodeValue, getKey, isConstantParameter |
| Methods inherited from interface org.eclipse.soda.dk.data.parameter.service.DataParameterService |
|---|
decode, encode |
| Field Detail |
|---|
protected int offset
| Constructor Detail |
|---|
public MapParameter()
MapParameter(ParameterService[]),
MapParameter(String),
MapParameter(String,ParameterService[]),
MapParameter(String,ParameterService[],ParameterService)public MapParameter(ParameterService[] parameters)
parameters - The parameters (ParameterService[]) parameter.MapParameter(),
MapParameter(String),
MapParameter(String,ParameterService[]),
MapParameter(String,ParameterService[],ParameterService)public MapParameter(java.lang.String key)
key - The key (String) parameter.MapParameter(),
MapParameter(ParameterService[]),
MapParameter(String,ParameterService[]),
MapParameter(String,ParameterService[],ParameterService)
public MapParameter(java.lang.String key,
ParameterService[] parameters)
key - The key (String) parameter.parameters - The parameters (ParameterService[]) parameter.MapParameter(),
MapParameter(ParameterService[]),
MapParameter(String),
MapParameter(String,ParameterService[],ParameterService)
public MapParameter(java.lang.String key,
ParameterService[] parameters,
ParameterService countBlock)
key - The key (String) parameter.parameters - The parameters (ParameterService[]) parameter.countBlock - The count block (ParameterService) parameter.MapParameter(),
MapParameter(ParameterService[]),
MapParameter(String),
MapParameter(String,ParameterService[])| Method Detail |
|---|
public java.lang.Object decodeValue(MessageService message,
ParameterCursorService cursor)
Object result.
decodeValue in interface ParameterServicedecodeValue in class MultiParametermessage - The message (MessageService) parameter.cursor - The cursor (ParameterCursorService) parameter.
Object) value.encodeValue(MessageService,Object,ParameterCursorService)
public MessageService encodeValue(MessageService message,
java.lang.Object value,
ParameterCursorService cursor)
MessageService result.
encodeValue in interface ParameterServiceencodeValue in class MultiParametermessage - The message (MessageService) parameter.value - The value (Object) parameter.cursor - The cursor (ParameterCursorService) parameter.
MessageService) value.decodeValue(MessageService,ParameterCursorService)public int getOffset()
getOffset in class BaseParameterint) value.setOffset(int)public void setOffset(int offset)
offset - The offset (int) parameter.getOffset()
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||