public interface AttributeValueMutator
| Modifier and Type | Method and Description | 
|---|---|
Collection<byte[]> | 
getBinaryValues(Object object)
Returns the binary values of the attribute. 
 | 
String | 
getName()
Returns the name of the attribute. 
 | 
SortBehavior | 
getSortBehavior()
Returns the sort behavior of the attribute. 
 | 
Collection<String> | 
getStringValues(Object object)
Returns the string values of the attribute. 
 | 
boolean | 
isBinary()
Returns whether the attribute is binary. 
 | 
void | 
setBinaryValues(Object object,
               Collection<byte[]> values)
Sets the binary values of the attribute. 
 | 
void | 
setStringValues(Object object,
               Collection<String> values)
Sets the string values of the attribute. 
 | 
String getName()
boolean isBinary()
SortBehavior getSortBehavior()
Collection<String> getStringValues(Object object)
object - containing attribute valuesCollection<byte[]> getBinaryValues(Object object)
object - containing attribute valuesvoid setStringValues(Object object, Collection<String> values)
object - to set values onvalues - to setvoid setBinaryValues(Object object, Collection<byte[]> values)
object - to set values onvalues - to setCopyright © 2003-2019 Virginia Tech. All Rights Reserved.