public abstract class SyntaxChecker extends LoadableSchemaObject
| Modifier and Type | Class and Description |
|---|---|
static class |
SyntaxChecker.SCBuilder<SC>
A static Builder for this class
|
| Modifier and Type | Field and Description |
|---|---|
protected static org.slf4j.Logger |
LOG
A logger for this class
|
static long |
serialVersionUID
The mandatory serialVersionUID
|
description, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
protected |
SyntaxChecker()
The SyntaxChecker default constructor where the oid is set after
instantiation.
|
protected |
SyntaxChecker(String oid)
The SyntaxChecker base constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax.
|
void |
setSchemaManager(SchemaManager schemaManager)
Store the SchemaManager in this instance.
|
String |
toString() |
copy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcnaddExtension, addExtension, addName, clear, compareOid, computeHashCode, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlockpublic static final long serialVersionUID
protected static final org.slf4j.Logger LOG
protected SyntaxChecker(String oid)
oid - The associated OIDprotected SyntaxChecker()
public boolean isValidSyntax(Object value)
value - the value of some attribute with the syntaxpublic void setSchemaManager(SchemaManager schemaManager)
schemaManager - the schemaManager to storepublic boolean equals(Object o)
equals in interface SchemaObjectequals in class LoadableSchemaObjectCopyright © 2003–2022 The Apache Software Foundation. All rights reserved.