Uses of Class
org.apache.directory.shared.ldap.schema.SchemaObjectType

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

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

Fields in org.apache.directory.shared.ldap.schema declared as SchemaObjectType
protected  SchemaObjectType AbstractSchemaObject.objectType
          The SchemaObjectType
 

Methods in org.apache.directory.shared.ldap.schema that return SchemaObjectType
 SchemaObjectType SchemaObject.getObjectType()
          The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
 SchemaObjectType AbstractSchemaObject.getObjectType()
          The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)
static SchemaObjectType SchemaObjectType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SchemaObjectType[] SchemaObjectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.directory.shared.ldap.schema with parameters of type SchemaObjectType
AbstractSchemaObject(SchemaObjectType objectType)
          Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated.
AbstractSchemaObject(SchemaObjectType objectType, java.lang.String oid)
          A constructor for a SchemaObject instance.
LoadableSchemaObject(SchemaObjectType objectType)
          Constructor to use when the OID is not known until after instantiation.
LoadableSchemaObject(SchemaObjectType objectType, java.lang.String oid)
          Constructor to use when the OID is known in advance.
 

Uses of SchemaObjectType in org.apache.directory.shared.ldap.schema.registries
 

Fields in org.apache.directory.shared.ldap.schema.registries declared as SchemaObjectType
protected  SchemaObjectType DefaultSchemaObjectRegistry.schemaObjectType
          The SchemaObject type, used by the toString() method
 

Methods in org.apache.directory.shared.ldap.schema.registries that return SchemaObjectType
 SchemaObjectType DefaultSchemaObjectRegistry.getType()
          
 SchemaObjectType SchemaObjectRegistry.getType()
           
 SchemaObjectType ImmutableDITStructureRuleRegistry.getType()
          
 SchemaObjectType ImmutableMatchingRuleRegistry.getType()
          
 SchemaObjectType ImmutableNameFormRegistry.getType()
          
 SchemaObjectType ImmutableObjectClassRegistry.getType()
          
 SchemaObjectType ImmutableDITContentRuleRegistry.getType()
          
 SchemaObjectType ImmutableAttributeTypeRegistry.getType()
          
 SchemaObjectType ImmutableNormalizerRegistry.getType()
          
 SchemaObjectType ImmutableComparatorRegistry.getType()
          
 SchemaObjectType ImmutableLdapSyntaxRegistry.getType()
          
 SchemaObjectType ImmutableMatchingRuleUseRegistry.getType()
          
 SchemaObjectType ImmutableSyntaxCheckerRegistry.getType()
          
 

Constructors in org.apache.directory.shared.ldap.schema.registries with parameters of type SchemaObjectType
DefaultSchemaObjectRegistry(SchemaObjectType schemaObjectType, OidRegistry oidRegistry)
          Creates a new DefaultSchemaObjectRegistry instance.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.