2009-01-09 1.2.0

org.eclipse.soda.dk.parameter.service
Interface ParameterCursorService

All Known Implementing Classes:
ChildParameterCursor, ParameterCursor

public interface ParameterCursorService

Version:
1.2.0

Field Summary
static java.lang.String SERVICE_NAME
          Define the OSGi service name.
 
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.
 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 offset)
          Sets the offset delta value.
 void setParent(ParameterCursorService parent)
          Sets the parent value.
 void updateMessageLength(int length)
          Update message length with the specified length parameter.
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Define the OSGi service name.

Method Detail

getCount

int getCount()
Gets the count (int) value.

Returns:
The count (int) value.
See Also:
setCount(int)

getCountBlock

CountBlockService getCountBlock()
Gets the count block (CountBlockService) value.

Returns:
The count block (CountBlockService) value.
See Also:
setCountBlock(CountBlockService)

getCountCursor

ParameterCursorService getCountCursor()
Gets the count cursor (ParameterCursorService) value.

Returns:
The count cursor (ParameterCursorService) value.
See Also:
setCountCursor(ParameterCursorService)

getLength

int getLength()
Gets the length (int) value.

Returns:
The length (int) value.
See Also:
getMessageLength(), getRemainingLength(), setLength(int), setMessageLength(int), updateMessageLength(int)

getLengthBlock

LengthBlockService getLengthBlock()
Gets the length block (LengthBlockService) value.

Returns:
The length block (LengthBlockService) value.
See Also:
setLengthBlock(LengthBlockService)

getLengthCursor

ParameterCursorService getLengthCursor()
Gets the length cursor (ParameterCursorService) value.

Returns:
The length cursor (ParameterCursorService) value.
See Also:
setLengthCursor(ParameterCursorService)

getMessageLength

int getMessageLength()
Gets the message length (int) value.

Returns:
The message length (int) value.
See Also:
setMessageLength(int), updateMessageLength(int)

getOffset

int getOffset()
Gets the offset (int) value.

Returns:
The offset (int) value.
See Also:
setOffset(int)

getOffsetAbsolute

int getOffsetAbsolute()
Gets the offset absolute (int) value.

Returns:
The offset absolute (int) value.
See Also:
setOffsetAbsolute(int)

getOffsetDelta

int getOffsetDelta()
Gets the offset delta (int) value.

Returns:
The offset delta (int) value.
See Also:
setOffsetDelta(int)

getParent

ParameterCursorService getParent()
Gets the parent (ParameterCursorService) value.

Returns:
The parent (ParameterCursorService) value.
See Also:
setParent(ParameterCursorService)

getRemainingLength

int getRemainingLength()
Gets the remaining length (int) value.

Returns:
The remaining length (int) value.

isInsert

boolean isInsert()
Gets the insert (boolean) value.

Returns:
The insert (boolean) value.
See Also:
setInsert(boolean)

setCount

void setCount(int count)
Sets the count value.

Parameters:
count - The count (int) parameter.
See Also:
getCount()

setCountBlock

void setCountBlock(CountBlockService countBlock)
Sets the count block value.

Parameters:
countBlock - The count block (CountBlockService) parameter.
See Also:
getCountBlock()

setCountCursor

void setCountCursor(ParameterCursorService countCursor)
Sets the count cursor value.

Parameters:
countCursor - The count cursor (ParameterCursorService) parameter.
See Also:
getCountCursor()

setInsert

void setInsert(boolean insert)
Sets the insert value.

Parameters:
insert - The insert (boolean) parameter.
See Also:
isInsert()

setLength

void setLength(int length)
Sets the length value.

Parameters:
length - The length (int) parameter.
See Also:
getLength(), getMessageLength(), getRemainingLength(), setMessageLength(int), updateMessageLength(int)

setLengthBlock

void setLengthBlock(LengthBlockService lengthBlock)
Sets the length block value.

Parameters:
lengthBlock - The length block (LengthBlockService) parameter.
See Also:
getLengthBlock()

setLengthCursor

void setLengthCursor(ParameterCursorService lengthCursor)
Sets the length cursor value.

Parameters:
lengthCursor - The length cursor (ParameterCursorService) parameter.
See Also:
getLengthCursor()

setMessageLength

void setMessageLength(int messageLength)
Sets the message length value.

Parameters:
messageLength - The message length (int) parameter.
See Also:
getMessageLength(), updateMessageLength(int)

setOffset

void setOffset(int offset)
Sets the offset value.

Parameters:
offset - The offset (int) parameter.
See Also:
getOffset()

setOffsetAbsolute

void setOffsetAbsolute(int offsetAbsolute)
Sets the offset absolute value.

Parameters:
offsetAbsolute - The offset absolute (int) parameter.
See Also:
getOffsetAbsolute()

setOffsetDelta

void setOffsetDelta(int offset)
Sets the offset delta value.

Parameters:
offset - The offset (int) parameter.
See Also:
getOffsetDelta()

setParent

void setParent(ParameterCursorService parent)
Sets the parent value.

Parameters:
parent - The parent (ParameterCursorService) parameter.
See Also:
getParent()

updateMessageLength

void updateMessageLength(int length)
Update message length with the specified length parameter.

Parameters:
length - The length (int) parameter.
See Also:
getMessageLength(), setMessageLength(int)

2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.