@Beta public final class BitStatementRFC7950Support extends AbstractQNameStatementSupport<BitStatement,EffectiveStatement<QName,BitStatement>>
Modifier and Type | Method and Description |
---|---|
BitStatement |
createDeclared(StmtContext<QName,BitStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<QName,BitStatement> |
createEffective(StmtContext<QName,BitStatement,EffectiveStatement<QName,BitStatement>> ctx)
Create a
EffectiveStatement for specified context. |
static BitStatementRFC7950Support |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
QName |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
adaptArgumentValue
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeatures
public static BitStatementRFC7950Support getInstance()
protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<QName,BitStatement,EffectiveStatement<QName,BitStatement>>
public final QName parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupport
ctx
- Context, which may be used to access source-specific namespaces required for parsing.value
- String representation of value, as was present in text source.public final BitStatement createDeclared(StmtContext<QName,BitStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic final EffectiveStatement<QName,BitStatement> createEffective(StmtContext<QName,BitStatement,EffectiveStatement<QName,BitStatement>> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextCopyright © 2019 OpenDaylight. All rights reserved.