com.sap.ip.me.api.persist.query
Interface SingleCondition

All Superinterfaces:
Condition

public interface SingleCondition
extends Condition

Description of the Interface

Author:
SAP

Method Summary
 AttributeDescriptor getAttributeDescriptor()
          Gets the fieldDescriptor attribute of the SingleCondition object
 RelationalOperatorType getRelationalOperator()
          Gets the relationalOperator attribute of the SingleCondition object
 java.lang.Object getValue()
          Gets the value attribute of the SingleCondition object
 
Methods inherited from interface com.sap.ip.me.api.persist.query.Condition
isComposite, matches, prepareExecution
 

Method Detail

getAttributeDescriptor

public AttributeDescriptor getAttributeDescriptor()
Gets the fieldDescriptor attribute of the SingleCondition object

Returns:
The fieldDescriptor value

getRelationalOperator

public RelationalOperatorType getRelationalOperator()
Gets the relationalOperator attribute of the SingleCondition object

Returns:
The relationalOperator value

getValue

public java.lang.Object getValue()
Gets the value attribute of the SingleCondition object

Returns:
The value value


Copyright © 2005 SAP AG. All Rights Reserved.