public final class DseTypeSyntaxChecker extends SyntaxChecker
<DSEType> ::= '(' <sp>* <DSEBit> <sp>* <DSEBitList> ')'
<DSEBitList> ::= '$' <sp>* <DSEBit> <sp>* <DSEBitList> | e
<DSEBit> ::= 'root' | 'glue' | 'cp' | 'entry' | 'alias' | 'subr' |
'nssr' | 'supr' | 'xr' | 'admPoint' | 'subentry' |
'shadow' | 'zombie' | 'immSupr' | 'rhob' | 'sa'
| Modifier and Type | Class and Description |
|---|---|
static class |
DseTypeSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
private static Set<String> |
DSE_BITS
The Set which contains the DESBits
|
private static String[] |
DSE_BITS_STRINGS
The DSE BITS keywords
|
static DseTypeSyntaxChecker |
INSTANCE
A static instance of DseTypeSyntaxChecker
|
LOG, serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
DseTypeSyntaxChecker(String oid)
Creates a new instance of DSETypeSyntaxChecker.
|
| Modifier and Type | Method and Description |
|---|---|
static DseTypeSyntaxChecker.Builder |
builder() |
boolean |
isValidSyntax(Object value)
Determines if the attribute's value conforms to the attribute syntax.
|
equals, setSchemaManager, toStringcopy, 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, unlockprivate static final String[] DSE_BITS_STRINGS
public static final DseTypeSyntaxChecker INSTANCE
private DseTypeSyntaxChecker(String oid)
oid - The OID to use for this SyntaxCheckerpublic static DseTypeSyntaxChecker.Builder builder()
public boolean isValidSyntax(Object value)
isValidSyntax in class SyntaxCheckervalue - the value of some attribute with the syntaxCopyright © 2003–2019 The Apache Software Foundation. All rights reserved.