atg.repository.search.refinement
Interface DisjunctionMultiValue
- All Known Implementing Classes: 
- FacetDisjunctionMultiValue, RangeFacetDisjunctionMultiValue
- public interface DisjunctionMultiValue 
 
 
CLASS_VERSION
static final java.lang.String CLASS_VERSION
- Class version string
 
- See Also:
- Constant Field Values
 
OR_OPERATION
static final int OR_OPERATION
- See Also:
- Constant Field Values
AND_OPERATION
static final int AND_OPERATION
- See Also:
- Constant Field Values
setValues
void setValues(java.lang.Object[] pValues)
- 
 
getValues
java.lang.Object[] getValues()
- 
 
removeValue
boolean removeValue(java.lang.Object pObj)
- Remove the pObj value from the object's values property
 
- 
- Parameters:
- pObj,- property to be removed
- Returns:
-  if pObj successfully removed otherwise 
 
getOperation
int getOperation()
- 
 
setOperation
void setOperation(int pOperation)
-