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