com.ibm.itim.common

Class AttributeEditValue

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable


    public class AttributeEditValue
    extends AttributeValue
    See Also:
    Serialized Form
    • Constructor Detail

      • AttributeEditValue

        public AttributeEditValue()
        Default constructor. No name will be used and there will be no values.
    • Method Detail

      • setPrevValue

        public void setPrevValue(java.util.Collection previousValues)
        Replaces the current values with a new collection of Objects.
        Parameters:
        values - Collection of Objects to be the new values.
      • getPrevValues

        public java.util.Collection getPrevValues()
        Returns the values of the attribute in a collection.
        Returns:
        Collection of values.
      • getSinglePrevValue

        public java.lang.Object getSinglePrevValue()
        Returns the single value of an attribute as an Object.
        Returns:
        Object representing the value. If more than one value is present, the first one will be returned.
        Throws:
        java.lang.ArrayIndexOutOfBoundsException - Thrown if no values are present.