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

Nicolas Capponi
12.36.2014 d9a1f43c4574677677f3e9bf4938524b6b5327d8
Checkpoint commit for OPENDJ-1308 Migrate schema support

Add Syntax#getName() method, to retrieve the name of syntax

1 files modified
9 ■■■■■ changed files
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Syntax.java 9 ●●●●● patch | view | raw | blame | history
opendj-core/src/main/java/org/forgerock/opendj/ldap/schema/Syntax.java
@@ -265,6 +265,15 @@
    }
    /**
     * Retrieves the name for this attribute syntax.
     *
     * @return The name for this attribute syntax.
     */
    public String getName() {
        return impl.getName();
    }
    /**
     * Retrieves the default ordering matching rule that will be used for
     * attributes with this syntax.
     *