|
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.ParameterCursor
public class ParameterCursor
| Field Summary | |
|---|---|
protected boolean |
insert
Define the insert (boolean) field. |
protected java.lang.Object |
value
Define the value (Object) field. |
| Fields inherited from interface org.eclipse.soda.dk.parameter.service.ParameterCursorService |
|---|
SERVICE_NAME |
| Constructor Summary | |
|---|---|
ParameterCursor()
Constructs an instance of this class. |
|
ParameterCursor(int messageLength)
Constructs an instance of this class from the specified message length parameter. |
|
ParameterCursor(ParameterCursorService value)
Constructs an instance of this class from the specified value parameter. |
|
| Method Summary | |
|---|---|
int |
getCount()
Gets the count (int) value. |
CountBlockService |
getCountBlock()
Gets the count block (CountBlockService) value. |
ParameterCursorService |
getCountCursor()
Gets the count cursor (ParameterCursorService) value. |
int |
getLength()
Gets the length (int) value. |
LengthBlockService |
getLengthBlock()
Gets the length block (LengthBlockService) value. |
ParameterCursorService |
getLengthCursor()
Gets the length cursor (ParameterCursorService) value. |
int |
getMessageLength()
Gets the message length (int) value. |
int |
getOffset()
Gets the offset (int) value. |
int |
getOffsetAbsolute()
Gets the offset absolute (int) value. |
int |
getOffsetDelta()
Gets the offset delta (int) value. |
ParameterCursorService |
getParent()
Gets the parent (ParameterCursorService) value. |
int |
getRemainingLength()
Gets the remaining length (int) value. |
java.lang.Object |
getValue()
Gets the value (Object) value. |
boolean |
isInsert()
Gets the insert (boolean) value. |
void |
setCount(int count)
Sets the count value. |
void |
setCountBlock(CountBlockService countBlock)
Sets the count block value. |
void |
setCountCursor(ParameterCursorService countCursor)
Sets the count cursor value. |
void |
setInsert(boolean insert)
Sets the insert value. |
void |
setLength(int length)
Sets the length value. |
void |
setLengthBlock(LengthBlockService lengthBlock)
Sets the length block value. |
void |
setLengthCursor(ParameterCursorService lengthCursor)
Sets the length cursor value. |
void |
setMessageLength(int messageLength)
Sets the message length value. |
void |
setOffset(int offset)
Sets the offset value. |
void |
setOffsetAbsolute(int offsetAbsolute)
Sets the offset absolute value. |
void |
setOffsetDelta(int offsetDelta)
Sets the offset delta value. |
void |
setParent(ParameterCursorService parent)
Sets the parent value. |
void |
setValue(java.lang.Object value)
Sets the value value. |
java.lang.String |
toString()
Returns the string value. |
void |
updateMessageLength(int length)
Update message length with the specified length parameter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.Object value
protected boolean insert
| Constructor Detail |
|---|
public ParameterCursor()
ParameterCursor(int),
ParameterCursor(ParameterCursorService)public ParameterCursor(int messageLength)
messageLength - The message length (int) parameter.ParameterCursor(),
ParameterCursor(ParameterCursorService)public ParameterCursor(ParameterCursorService value)
value - The value (ParameterCursorService) parameter.ParameterCursor(),
ParameterCursor(int)| Method Detail |
|---|
public int getCount()
getCount in interface ParameterCursorServiceint) value.setCount(int)public CountBlockService getCountBlock()
getCountBlock in interface ParameterCursorServiceCountBlockService) value.setCountBlock(CountBlockService)public ParameterCursorService getCountCursor()
getCountCursor in interface ParameterCursorServiceParameterCursorService) value.setCountCursor(ParameterCursorService)public int getLength()
getLength in interface ParameterCursorServiceint) value.getMessageLength(),
getRemainingLength(),
setLength(int),
setMessageLength(int),
updateMessageLength(int)public LengthBlockService getLengthBlock()
getLengthBlock in interface ParameterCursorServiceLengthBlockService) value.setLengthBlock(LengthBlockService)public ParameterCursorService getLengthCursor()
getLengthCursor in interface ParameterCursorServiceParameterCursorService) value.setLengthCursor(ParameterCursorService)public int getMessageLength()
getMessageLength in interface ParameterCursorServiceint) value.setMessageLength(int),
updateMessageLength(int)public int getOffset()
getOffset in interface ParameterCursorServiceint) value.setOffset(int)public int getOffsetAbsolute()
getOffsetAbsolute in interface ParameterCursorServiceint) value.setOffsetAbsolute(int)public int getOffsetDelta()
getOffsetDelta in interface ParameterCursorServiceint) value.setOffsetDelta(int)public ParameterCursorService getParent()
getParent in interface ParameterCursorServiceParameterCursorService) value.setParent(ParameterCursorService)public int getRemainingLength()
getRemainingLength in interface ParameterCursorServiceint) value.public java.lang.Object getValue()
Object) value.setValue(Object)public boolean isInsert()
isInsert in interface ParameterCursorServiceboolean) value.setInsert(boolean)public void setCount(int count)
setCount in interface ParameterCursorServicecount - The count (int) parameter.getCount()public void setCountBlock(CountBlockService countBlock)
setCountBlock in interface ParameterCursorServicecountBlock - The count block (CountBlockService) parameter.getCountBlock()public void setCountCursor(ParameterCursorService countCursor)
setCountCursor in interface ParameterCursorServicecountCursor - The count cursor (ParameterCursorService) parameter.getCountCursor()public void setInsert(boolean insert)
setInsert in interface ParameterCursorServiceinsert - The insert (boolean) parameter.isInsert()public void setLength(int length)
setLength in interface ParameterCursorServicelength - The length (int) parameter.getLength(),
getMessageLength(),
getRemainingLength(),
setMessageLength(int),
updateMessageLength(int)public void setLengthBlock(LengthBlockService lengthBlock)
setLengthBlock in interface ParameterCursorServicelengthBlock - The length block (LengthBlockService) parameter.getLengthBlock()public void setLengthCursor(ParameterCursorService lengthCursor)
setLengthCursor in interface ParameterCursorServicelengthCursor - The length cursor (ParameterCursorService) parameter.getLengthCursor()public void setMessageLength(int messageLength)
setMessageLength in interface ParameterCursorServicemessageLength - The message length (int) parameter.getMessageLength(),
updateMessageLength(int)public void setOffset(int offset)
setOffset in interface ParameterCursorServiceoffset - The offset (int) parameter.getOffset()public void setOffsetAbsolute(int offsetAbsolute)
setOffsetAbsolute in interface ParameterCursorServiceoffsetAbsolute - The offset absolute (int) parameter.getOffsetAbsolute()public void setOffsetDelta(int offsetDelta)
setOffsetDelta in interface ParameterCursorServiceoffsetDelta - The offset delta (int) parameter.getOffsetDelta()public void setParent(ParameterCursorService parent)
setParent in interface ParameterCursorServiceparent - The parent (ParameterCursorService) parameter.getParent()public void setValue(java.lang.Object value)
value - The value (Object) parameter.getValue()public java.lang.String toString()
toString in class EscObjectString) value.EscObject.getStaticString(String,String),
EscObject.getString(String,String)public void updateMessageLength(int length)
updateMessageLength in interface ParameterCursorServicelength - The length (int) parameter.getMessageLength(),
setMessageLength(int)
|
2009-01-09 1.2.0 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||