|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AttributeValueMutator
Interface for mutating an attribute value on an arbitrary object.
| Method Summary | |
|---|---|
Collection<byte[]> |
getBinaryValues(Object object)
Returns the binary values of the attribute. |
String |
getName()
Returns the name of the attribute. |
org.ldaptive.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. |
| Method Detail |
|---|
String getName()
boolean isBinary()
org.ldaptive.SortBehavior getSortBehavior()
Collection<String> getStringValues(Object object)
object - containing attribute values
Collection<byte[]> getBinaryValues(Object object)
object - containing attribute values
void setStringValues(Object object,
Collection<String> values)
object - to set values onvalues - to set
void setBinaryValues(Object object,
Collection<byte[]> values)
object - to set values onvalues - to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||