org.apache.directory.shared.ldap.schema.syntax
Class AbstractAdsSchemaDescription
java.lang.Object
org.apache.directory.shared.ldap.schema.syntax.AbstractSchemaDescription
org.apache.directory.shared.ldap.schema.syntax.AbstractAdsSchemaDescription
- Direct Known Subclasses:
- ComparatorDescription, NormalizerDescription, SyntaxCheckerDescription
public abstract class AbstractAdsSchemaDescription
- extends AbstractSchemaDescription
An ApacheDS specific schema description.
It contains a full qualified class name and optional
the BASE64 encoded bytecode of the class.
- Version:
- $Rev$, $Date$
- Author:
- Apache Directory Project
Methods inherited from class org.apache.directory.shared.ldap.schema.syntax.AbstractSchemaDescription |
addExtension, equals, getDescription, getExtensions, getNames, getNumericOid, hashCode, isObsolete, setDescription, setExtensions, setNames, setNumericOid, setObsolete |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractAdsSchemaDescription
protected AbstractAdsSchemaDescription()
getBytecode
public java.lang.String getBytecode()
setBytecode
public void setBytecode(java.lang.String bytecode)
getFqcn
public java.lang.String getFqcn()
setFqcn
public void setFqcn(java.lang.String fqcn)
Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.