Uses of Class
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property.PropertyConditionType

Packages that use PropertyConditionType
org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property   
 

Uses of PropertyConditionType in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property
 

Methods in org.gcube.contentmanagement.storagelayer.storagemanagementservice.stubs.filter.property that return PropertyConditionType
 PropertyConditionType TimeInMillisecondsPropertyValueBetweenCondition.getConditionType()
          
 PropertyConditionType NotCondition.getConditionType()
          
 PropertyConditionType OrCondition.getConditionType()
          
 PropertyConditionType BooleanPropertyValueCondition.getConditionType()
          
 PropertyConditionType PropertyExistenceCondition.getConditionType()
          
 PropertyConditionType StringPropertyValueCondition.getConditionType()
          
 PropertyConditionType TimeInMillisecondsPropertyValueCondition.getConditionType()
          
 PropertyConditionType AndCondition.getConditionType()
          
 PropertyConditionType PropertyCondition.getConditionType()
           
static PropertyConditionType PropertyConditionType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PropertyConditionType[] PropertyConditionType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.