public final class ReferenceStatementSupport extends AbstractStatementSupport<String,ReferenceStatement,EffectiveStatement<String,ReferenceStatement>>
Modifier and Type | Method and Description |
---|---|
ReferenceStatement |
createDeclared(StmtContext<String,ReferenceStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<String,ReferenceStatement> |
createEffective(StmtContext<String,ReferenceStatement,EffectiveStatement<String,ReferenceStatement>> ctx)
Create a
EffectiveStatement for specified context. |
static ReferenceStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
String |
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, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeatures
public static ReferenceStatementSupport getInstance()
public String 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 ReferenceStatement createDeclared(StmtContext<String,ReferenceStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic EffectiveStatement<String,ReferenceStatement> createEffective(StmtContext<String,ReferenceStatement,EffectiveStatement<String,ReferenceStatement>> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<String,ReferenceStatement,EffectiveStatement<String,ReferenceStatement>>
Copyright © 2019 OpenDaylight. All rights reserved.