public interface AttributeValueMutator
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<byte[]> |
getBinaryValues(java.lang.Object object)
Returns the binary values of the attribute.
|
java.lang.String |
getName()
Returns the name of the attribute.
|
SortBehavior |
getSortBehavior()
Returns the sort behavior of the attribute.
|
java.util.Collection<java.lang.String> |
getStringValues(java.lang.Object object)
Returns the string values of the attribute.
|
boolean |
isBinary()
Returns whether the attribute is binary.
|
void |
setBinaryValues(java.lang.Object object,
java.util.Collection<byte[]> values)
Sets the binary values of the attribute.
|
void |
setStringValues(java.lang.Object object,
java.util.Collection<java.lang.String> values)
Sets the string values of the attribute.
|
java.lang.String getName()
boolean isBinary()
SortBehavior getSortBehavior()
java.util.Collection<java.lang.String> getStringValues(java.lang.Object object)
object - containing attribute valuesjava.util.Collection<byte[]> getBinaryValues(java.lang.Object object)
object - containing attribute valuesvoid setStringValues(java.lang.Object object,
java.util.Collection<java.lang.String> values)
object - to set values onvalues - to setvoid setBinaryValues(java.lang.Object object,
java.util.Collection<byte[]> values)
object - to set values onvalues - to set