Package com.isode.dsapi
Class AddAttribute
java.lang.Object
com.isode.dsapi.Attribute
com.isode.dsapi.AddAttribute
- All Implemented Interfaces:
Comparable<Attribute>
,Iterable<AttributeValue>
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:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionAddAttribute
(AttributeType attrType) Create an empty new AddAttribute object. -
Method Summary
Methods inherited from class com.isode.dsapi.Attribute
addValue, addValue, clearValuesList, compareTo, equals, exactCompareTo, exactEquals, finalize, getAttributeName, getAttributeType, getNormalizedAttribute, getSyntaxID, getSyntaxName, getValue, getValueCount, hasAttributeType, hashCode, hasSyntax, iterator, relocate, relocate
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
AddAttribute
Create an empty new AddAttribute object.- Parameters:
attrType
- attribute type- Throws:
NativeLibraryException
- if an unrecoverable error was detected by the native library
-
-
Method Details