Uses of Class
org.apache.directory.shared.ldap.schema.syntax.AttributeTypeDescription

Packages that use AttributeTypeDescription
org.apache.directory.shared.ldap.schema Contains interfaces and base classes for representing the LDAP schema domain model. 
org.apache.directory.shared.ldap.schema.syntax   
org.apache.directory.shared.ldap.schema.syntax.parser   
 

Uses of AttributeTypeDescription in org.apache.directory.shared.ldap.schema
 

Methods in org.apache.directory.shared.ldap.schema with parameters of type AttributeTypeDescription
static java.lang.StringBuffer SchemaUtils.render(AttributeTypeDescription atd)
          Renders an attributeType description object into a new StringBuffer according to the Attribute Type Description Syntax defined in MODELS 1.3.6.1.4.1.1466.115.121.1.3.
 

Uses of AttributeTypeDescription in org.apache.directory.shared.ldap.schema.syntax
 

Methods in org.apache.directory.shared.ldap.schema.syntax that return AttributeTypeDescription
 AttributeTypeDescription AntlrSchemaParser.attributeTypeDescription()
          Production for matching attribute type descriptions.
 AttributeTypeDescription AntlrSchemaParser.openLdapAttributeType()
           
 

Uses of AttributeTypeDescription in org.apache.directory.shared.ldap.schema.syntax.parser
 

Methods in org.apache.directory.shared.ldap.schema.syntax.parser that return AttributeTypeDescription
 AttributeTypeDescription AttributeTypeDescriptionSchemaParser.parseAttributeTypeDescription(java.lang.String attributeTypeDescription)
          Parses a attribute type description according to RFC 4512:
 



Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.