public final class HashedValueStatementSupport extends AbstractStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
Modifier and Type | Method and Description |
---|---|
OpenConfigHashedValueStatement |
createDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
OpenConfigHashedValueEffectiveStatement |
createEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx)
Create a
EffectiveStatement for specified context. |
static HashedValueStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
Void |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptArgumentValue, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getImplicitParentFor, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeatures
public static HashedValueStatementSupport getInstance()
public final OpenConfigHashedValueStatement createDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic final OpenConfigHashedValueEffectiveStatement createEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextpublic final Void 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.protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
Copyright © 2019 OpenDaylight. All rights reserved.