org.apache.directory.shared.ldap.schema.syntax
Class AbstractAdsSchemaDescription

java.lang.Object
  extended by org.apache.directory.shared.ldap.schema.syntax.AbstractSchemaDescription
      extended by 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

Field Summary
 
Fields inherited from class org.apache.directory.shared.ldap.schema.syntax.AbstractSchemaDescription
description, extensions, isObsolete, names, numericOid
 
Constructor Summary
protected AbstractAdsSchemaDescription()
           
 
Method Summary
 java.lang.String getBytecode()
           
 java.lang.String getFqcn()
           
 void setBytecode(java.lang.String bytecode)
           
 void setFqcn(java.lang.String fqcn)
           
 
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
 

Constructor Detail

AbstractAdsSchemaDescription

protected AbstractAdsSchemaDescription()
Method Detail

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-2009 Apache Software Foundation. All Rights Reserved.