public final class UniqueStatementSupport extends AbstractStatementSupport<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement>>
| Modifier and Type | Method and Description |
|---|---|
UniqueStatement |
createDeclared(StmtContext<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement> |
createEffective(StmtContext<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,EffectiveStatement<Collection<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, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptArgumentValue, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getImplicitParentFor, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeaturespublic static UniqueStatementSupport getInstance()
public Set<SchemaNodeIdentifier.Relative> parseArgumentValue(StmtContext<?,?,?> ctx, String value)
StatementSupportctx - 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<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement> createEffective(StmtContext<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement,EffectiveStatement<Collection<SchemaNodeIdentifier.Relative>,UniqueStatement>>Copyright © 2019 OpenDaylight. All rights reserved.