opendj-sdk/opends/src/server/org/opends/server/api/AttributeSyntax.java
@@ -215,6 +215,15 @@ /** * Indicates whether this attribute syntax is a binary one. * @return {@code true} if it is a binary syntax rule * , or {@code false} if not. */ public abstract boolean isBinary(); /** * Retrieves the hash code for this attribute syntax. It will be * calculated as the sum of the characters in the OID. *