Uses of Class
org.apache.directory.api.ldap.model.schema.SchemaObjectType
-
Packages that use SchemaObjectType Package Description org.apache.directory.api.ldap.model.schema Contains interfaces and base classes for representing the LDAP schema domain model.org.apache.directory.api.ldap.model.schema.registries -
-
Uses of SchemaObjectType in org.apache.directory.api.ldap.model.schema
Fields in org.apache.directory.api.ldap.model.schema declared as SchemaObjectType Modifier and Type Field Description protected SchemaObjectTypeAbstractSchemaObject. objectTypeThe SchemaObjectTypeMethods in org.apache.directory.api.ldap.model.schema that return SchemaObjectType Modifier and Type Method Description SchemaObjectTypeAbstractSchemaObject. getObjectType()The SchemaObject type : AttributeType DitCOntentRule DitStructureRule LdapComparator (specific to ADS) LdapSyntaxe MatchingRule MatchingRuleUse NameForm Normalizer (specific to ADS) ObjectClass SyntaxChecker (specific to ADS)SchemaObjectTypeSchemaObject. 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 SchemaObjectTypeSchemaObjectType. valueOf(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.api.ldap.model.schema with parameters of type SchemaObjectType Constructor Description AbstractSchemaObject(SchemaObjectType objectType)Constructor used when a generic reusable SchemaObject is assigned an OID after being instantiated.AbstractSchemaObject(SchemaObjectType objectType, 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, String oid)Constructor to use when the OID is known in advance. -
Uses of SchemaObjectType in org.apache.directory.api.ldap.model.schema.registries
Fields in org.apache.directory.api.ldap.model.schema.registries declared as SchemaObjectType Modifier and Type Field Description protected SchemaObjectTypeDefaultSchemaObjectRegistry. schemaObjectTypeThe SchemaObject type, used by the toString() methodMethods in org.apache.directory.api.ldap.model.schema.registries that return SchemaObjectType Modifier and Type Method Description SchemaObjectTypeDefaultSchemaObjectRegistry. getType()SchemaObjectTypeImmutableAttributeTypeRegistry. getType()SchemaObjectTypeImmutableComparatorRegistry. getType()SchemaObjectTypeImmutableDitContentRuleRegistry. getType()SchemaObjectTypeImmutableDitStructureRuleRegistry. getType()SchemaObjectTypeImmutableLdapSyntaxRegistry. getType()SchemaObjectTypeImmutableMatchingRuleRegistry. getType()SchemaObjectTypeImmutableMatchingRuleUseRegistry. getType()SchemaObjectTypeImmutableNameFormRegistry. getType()SchemaObjectTypeImmutableNormalizerRegistry. getType()SchemaObjectTypeImmutableObjectClassRegistry. getType()SchemaObjectTypeImmutableSyntaxCheckerRegistry. getType()SchemaObjectTypeSchemaObjectRegistry. getType()Constructors in org.apache.directory.api.ldap.model.schema.registries with parameters of type SchemaObjectType Constructor Description DefaultSchemaObjectRegistry(SchemaObjectType schemaObjectType, OidRegistry<T> oidRegistry)Creates a new DefaultSchemaObjectRegistry instance.
-