atg.repository.search.refinement
Interface DisjunctionMultiValue

All Known Implementing Classes:
FacetDisjunctionMultiValue, RangeFacetDisjunctionMultiValue

public interface DisjunctionMultiValue


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
 
Method Summary
 java.lang.Object[] getValues()
           
 boolean removeValue(java.lang.Object pObj)
          Remove the pObj value from the object's values property
 void setValues(java.lang.Object[] pValues)
           
 

Field Detail

CLASS_VERSION

static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values
Method Detail

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