Searched defs:attributeDescription (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/types/
H A DEntry.java851 * @param attributeDescription
855 * If {@code attributeDescription} could not be decoded using
858 * If {@code attributeDescription} was {@code null}.
860 public AttributeParser parseAttribute(String attributeDescription) argument
863 final List<Attribute> attribute = getAttribute(attributeDescription);

Completed in 57 milliseconds