public static class StatusStatementImpl.Definition extends AbstractStatementSupport<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>>
Constructor and Description |
---|
Definition() |
Modifier and Type | Method and Description |
---|---|
StatusStatement |
createDeclared(StmtContext<Status,StatusStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<Status,StatusStatement> |
createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx)
Create a
EffectiveStatement for specified context. |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support
|
String |
internArgument(String rawArgument)
Given a raw string representation of an argument, try to use a shared representation
|
Status |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
beforeSubStatementCreated, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getPublicView, getStatementName, getSupportSpecificForArgument, hasArgumentSpecificSupports, isArgumentYinElement, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUnknownStatementDefinitionOf, isIgnoringConfig, isIgnoringIfFeatures
public Status 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 StatusStatement createDeclared(StmtContext<Status,StatusStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic EffectiveStatement<Status,StatusStatement> createEffective(StmtContext<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextpublic String internArgument(String rawArgument)
StatementSupport
rawArgument
- Argument stringprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<Status,StatusStatement,EffectiveStatement<Status,StatusStatement>>
Copyright © 2018 OpenDaylight. All rights reserved.