2009-01-09 1.2.0

Uses of Interface
org.eclipse.soda.dk.parameter.service.LengthBlockService

Packages that use LengthBlockService
org.eclipse.soda.dk.block This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter This package is part of the org.eclipse.soda.dk.core project. 
org.eclipse.soda.dk.parameter.service This package is part of the org.eclipse.soda.dk.core.service project. 
 

Uses of LengthBlockService in org.eclipse.soda.dk.block
 

Classes in org.eclipse.soda.dk.block that implement LengthBlockService
 class ByteLengthBlock
           
 class LengthBlock
           
 class MessageLengthBlock
           
 class MessageSizeBlock
           
 class SegmentLengthBlock
           
 class SegmentSizeBlock
           
 class SizeBlock
           
 

Uses of LengthBlockService in org.eclipse.soda.dk.parameter
 

Methods in org.eclipse.soda.dk.parameter that return LengthBlockService
 LengthBlockService ParameterCursor.getLengthBlock()
          Gets the length block (LengthBlockService) value.
 

Methods in org.eclipse.soda.dk.parameter with parameters of type LengthBlockService
 void ParameterCursor.setLengthBlock(LengthBlockService lengthBlock)
          Sets the length block value.
 

Uses of LengthBlockService in org.eclipse.soda.dk.parameter.service
 

Methods in org.eclipse.soda.dk.parameter.service that return LengthBlockService
 LengthBlockService ParameterCursorService.getLengthBlock()
          Gets the length block (LengthBlockService) value.
 

Methods in org.eclipse.soda.dk.parameter.service with parameters of type LengthBlockService
 void ParameterCursorService.setLengthBlock(LengthBlockService lengthBlock)
          Sets the length block value.
 


2009-01-09 1.2.0

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