org.apache.directory.shared.ldap.schema.syntaxCheckers
Class MHSORAddressSyntaxChecker
java.lang.Object
org.apache.directory.shared.ldap.schema.AbstractSchemaObject
org.apache.directory.shared.ldap.schema.LoadableSchemaObject
org.apache.directory.shared.ldap.schema.SyntaxChecker
org.apache.directory.shared.ldap.schema.syntaxCheckers.MHSORAddressSyntaxChecker
- All Implemented Interfaces:
- Serializable, SchemaObject
public class MHSORAddressSyntaxChecker
- extends SyntaxChecker
A SyntaxChecker which verifies that a value is a
MHSORAddress.
- Version:
- $Rev: 488616 $
- Author:
- Apache Directory Project
- See Also:
- Serialized Form
|
Method Summary |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax. |
| Methods inherited from class org.apache.directory.shared.ldap.schema.AbstractSchemaObject |
addExtension, addName, addToRegistries, clear, compareOid, copy, getDescription, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hashCode, isDisabled, isEnabled, isObsolete, isReadOnly, removeFromRegistries, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setReadOnly, setRegistries, setSchemaName, setSpecification |
MHSORAddressSyntaxChecker
public MHSORAddressSyntaxChecker()
- Creates a new instance of MHSORAddressSyntaxChecker.
isValidSyntax
public boolean isValidSyntax(Object value)
- Determines if the attribute's value conforms to the attribute syntax.
- Specified by:
isValidSyntax in class SyntaxChecker
- Parameters:
value - the value of some attribute with the syntax
- Returns:
- true if the value is in the valid syntax, false otherwise
Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.