sf logo

sf.qof.parser
Interface Definition

All Known Subinterfaces:
ParameterDefinition, ResultDefinition
All Known Implementing Classes:
ParameterDefinitionImpl, ResultDefinitionImpl

public interface Definition

Specification of a definition.


Method Summary
 String getPartialDefinitionGroup()
          Returns group name of the partial definition or null.
 int getPartialDefinitionPart()
          Returns the part number of the partial definition.
 String getType()
          Returns the type of the parameter (string, int, etc.).
 boolean isPartialDefinition()
          Returns true is the definition is a partial definition that needs to be combined.
 

Method Detail

getType

String getType()
Returns the type of the parameter (string, int, etc.).

Returns:
type of the parameter

isPartialDefinition

boolean isPartialDefinition()
Returns true is the definition is a partial definition that needs to be combined.

Returns:
true if definition is partial

getPartialDefinitionPart

int getPartialDefinitionPart()
Returns the part number of the partial definition.

Returns:
part number of the partial definition or 0

getPartialDefinitionGroup

String getPartialDefinitionGroup()
Returns group name of the partial definition or null.

Returns:
group name of partial definition or null

sf logo

Copyright © 2007 brunella ltd. All Rights Reserved.