org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property
Interface PropertyCondition

All Known Implementing Classes:
AndCondition, BooleanPropertyValueCondition, NotCondition, OrCondition, PropertyExistenceCondition, StringPropertyValueCondition, TimeInMillisecondsPropertyValueBetweenCondition, TimeInMillisecondsPropertyValueCondition

public interface PropertyCondition

Author:
Federico De Faveri defaveri@isti.cnr.it

Method Summary
 boolean contains(PropertyCondition condition)
          Check if the specified condition is contained in this property condition tree.
 PropertyConditionType getConditionType()
           
 

Method Detail

getConditionType

PropertyConditionType getConditionType()

contains

boolean contains(PropertyCondition condition)
Check if the specified condition is contained in this property condition tree.

Parameters:
condition - the condition to find
Returns:
true if is present, false otherwise.