Class AddAttribute

java.lang.Object
com.isode.dsapi.Attribute
com.isode.dsapi.AddAttribute
All Implemented Interfaces:
Comparable<Attribute>, Iterable<AttributeValue>

public class AddAttribute extends Attribute
Representation of an add-attribute. This is just the same as an Attribute; only the class identifies it as being specific to an add operation. AddAttribute objects may be returned when iterating through the list of change Attributes on attached to a GenericEntry object, and are the only type of Attributes returned from AddEntry.getChangeIterator().
See Also:
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Description copied from class: Attribute
      Returns a String representation of this Attribute.
      Overrides:
      toString in class Attribute
      Returns:
      a String representation of this Attribute (not null).