@Beta public final class EnumStatementRFC7950Support extends AbstractStatementSupport<String,EnumStatement,EffectiveStatement<String,EnumStatement>>
| Modifier and Type | Method and Description |
|---|---|
EnumStatement |
createDeclared(StmtContext<String,EnumStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
EffectiveStatement<String,EnumStatement> |
createEffective(StmtContext<String,EnumStatement,EffectiveStatement<String,EnumStatement>> ctx)
Create a
EffectiveStatement for specified context. |
static EnumStatementRFC7950Support |
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, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptArgumentValue, getArgumentName, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isArgumentYinElement, isIgnoringConfig, isIgnoringIfFeaturespublic static EnumStatementRFC7950Support getInstance()
protected SubstatementValidator getSubstatementValidator()
AbstractStatementSupportgetSubstatementValidator in class AbstractStatementSupport<String,EnumStatement,EffectiveStatement<String,EnumStatement>>public final String 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 final EnumStatement createDeclared(StmtContext<String,EnumStatement,?> ctx)
StatementFactoryDeclaredStatement for specified context.ctx - Statement contextpublic final EffectiveStatement<String,EnumStatement> createEffective(StmtContext<String,EnumStatement,EffectiveStatement<String,EnumStatement>> ctx)
StatementFactoryEffectiveStatement for specified context.ctx - Statement contextCopyright © 2019 OpenDaylight. All rights reserved.