mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
07.48.2012 046430396dd40a63d6f574bf53c4d3ad2977a130
opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/Attribute.java
@@ -256,6 +256,14 @@
    Iterator<ByteString> iterator();
    /**
     * Returns a parser for this attribute which can be used for decoding values
     * as different types of object.
     *
     * @return A parser for this attribute.
     */
    AttributeParser parse();
    /**
     * Removes {@code value} from this attribute if it is present (optional
     * operation). If this attribute does not contain {@code value}, the call
     * leaves the attribute unchanged and returns {@code false}.