org.apache.directory.api.ldap.model.schema.comparators
Class ObjectClassTypeComparator<T>
java.lang.Object
org.apache.directory.api.ldap.model.schema.AbstractSchemaObject
org.apache.directory.api.ldap.model.schema.LoadableSchemaObject
org.apache.directory.api.ldap.model.schema.LdapComparator<T>
org.apache.directory.api.ldap.model.schema.comparators.ObjectClassTypeComparator<T>
- All Implemented Interfaces:
- Serializable, Comparator<T>, SchemaObject
public class ObjectClassTypeComparator<T>
- extends LdapComparator<T>
A comparator that compares the objectClass type with values: AUXILIARY,
ABSTRACT, and STRUCTURAL.
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
| Fields inherited from class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject |
description, extensions, isEnabled, isObsolete, isReadOnly, locked, names, objectType, oid, schemaName, specification |
| Methods inherited from class org.apache.directory.api.ldap.model.schema.AbstractSchemaObject |
addExtension, addExtension, addName, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setSchemaName, setSpecification, unlock |
ObjectClassTypeComparator
public ObjectClassTypeComparator(String oid)
compare
public int compare(T o1,
T o2)
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.