public final class ACIItemSyntaxChecker extends SyntaxChecker
Modifier and Type | Class and Description |
---|---|
static class |
ACIItemSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>
Modifier and Type | Field and Description |
---|---|
static ACIItemSyntaxChecker |
INSTANCE
A static instance of ACIItemSyntaxChecker
|
serialVersionUID
Modifier and Type | Method and Description |
---|---|
static ACIItemSyntaxChecker.Builder |
builder() |
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.
|
equals, toString
copy, getBytecode, getFqcn, hashCode, isValid, setBytecode, setFqcn
addExtension, addExtension, addName, clear, copy, getDescription, getExtension, getExtensions, getName, getNames, getObjectType, getOid, getSchemaName, getSpecification, hasExtension, isDisabled, isEnabled, isObsolete, lock, setDescription, setEnabled, setExtensions, setNames, setNames, setObsolete, setOid, setSchemaName, setSpecification, unlock
public static final ACIItemSyntaxChecker INSTANCE
public static ACIItemSyntaxChecker.Builder builder()
public boolean isValidSyntax(Object value)
isValidSyntax
in class SyntaxChecker
value
- the value of some attribute with the syntaxpublic void setSchemaManager(SchemaManager schemaManager)
setSchemaManager
in class SyntaxChecker
schemaManager
- the schemaManager to storeCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.