opendj-server-legacy/src/main/java/org/opends/server/schema/ServerSchemaElement.java
@@ -48,6 +48,16 @@ } /** * Returns this schema element. * * @return this schema element */ public SchemaElement asSchemaElement() { return this.element; } /** * Retrieves the definition string used to create this schema element * and including the X-SCHEMA-FILE extension. *