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