public class AttributeEditValue extends AttributeValue
| Constructor and Description |
|---|
AttributeEditValue()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection |
getPrevValues()
Returns the values of the attribute in a collection.
|
java.lang.Object |
getSinglePrevValue()
Returns the single value of an attribute as an Object.
|
void |
setPrevValue(java.util.Collection previousValues)
Replaces the current values with a new collection of Objects.
|
addValue, addValues, clone, equals, equals, getBinaryString, getBoolean, getBytes, getDate, getInt, getLong, getMapValue, getName, getSingleValue, getString, getSyntaxId, getValues, getValueString, hashCode, isAttributeBlacklisted, isValueEmpty, isValueExist, removeValue, removeValues, replaceSingleValue, setAttributeBlacklisted, setBoolean, setBytes, setInt, setLong, setMapValue, setName, setSingleValue, setStringValue, setValue, setValues, toString, toXMLpublic AttributeEditValue()
public void setPrevValue(java.util.Collection previousValues)
values - Collection of Objects to be the new values.public java.util.Collection getPrevValues()
public java.lang.Object getSinglePrevValue()
java.lang.ArrayIndexOutOfBoundsException - Thrown if no values are
present.