public final class BitStringSyntaxChecker extends SyntaxChecker
BitString = SQUOTE *binary-digit SQUOTE "B"
binary-digit = "0" / "1"
SQUOTE = %x27 ; hyphen ("'")
| Modifier and Type | Class and Description |
|---|---|
static class |
BitStringSyntaxChecker.Builder
A static Builder for this class
|
SyntaxChecker.SCBuilder<SC>| Modifier and Type | Field and Description |
|---|---|
static BitStringSyntaxChecker |
INSTANCE
A static instance of BitStringSyntaxChecker
|
LOG, serialVersionUIDdescription, extensions, h, isEnabled, isObsolete, locked, names, objectType, oid, schemaName, specification| Modifier | Constructor and Description |
|---|---|
private |
BitStringSyntaxChecker(String oid)
Creates a new instance of BitStringSyntaxChecker.
|
| Modifier and Type | Method and Description |
|---|---|
static BitStringSyntaxChecker.Builder |
builder() |
static boolean |
isValid(String strValue)
A shared and static method used to check that the string is a BitString.
|
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, unlockpublic static final BitStringSyntaxChecker INSTANCE
private BitStringSyntaxChecker(String oid)
oid - The OID to use for this SyntaxCheckerpublic static BitStringSyntaxChecker.Builder builder()
public static boolean isValid(String strValue)
strValue - The string to checktrue if the string is a BitStringpublic 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.