org.apache.directory.api.ldap.model.schema.comparators
Class GeneralizedTimeComparator
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<String>
org.apache.directory.api.ldap.model.schema.comparators.GeneralizedTimeComparator
- All Implemented Interfaces:
- Serializable, Comparator<String>, SchemaObject
public class GeneralizedTimeComparator
- extends LdapComparator<String>
A class for the generalizedTimeOrderingMatch matchingRule (RFC 4517, par. 4.2.17)
- 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 |
|
Method Summary |
int |
compare(String backendValue,
String assertValue)
Implementation of the Compare method |
| 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 |
GeneralizedTimeComparator
public GeneralizedTimeComparator(String oid)
- The GeneralizedTimeComparator constructor. Its OID is the
generalizedTimeOrderingMatch matching rule OID.
compare
public int compare(String backendValue,
String assertValue)
- Implementation of the Compare method
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.