public final class DefaultDenyWriteStatementSupport extends AbstractVoidStatementSupport<DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
Modifier and Type | Method and Description |
---|---|
DefaultDenyWriteStatement |
createDeclared(StmtContext<Void,DefaultDenyWriteStatement,?> ctx)
Create a
DeclaredStatement for specified context. |
DefaultDenyWriteEffectiveStatement |
createEffective(StmtContext<Void,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement> ctx)
Create a
EffectiveStatement for specified context. |
static DefaultDenyWriteStatementSupport |
getInstance() |
protected SubstatementValidator |
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.
|
parseArgumentValue
getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
adaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
public static DefaultDenyWriteStatementSupport getInstance()
public DefaultDenyWriteStatement createDeclared(StmtContext<Void,DefaultDenyWriteStatement,?> ctx)
StatementFactory
DeclaredStatement
for specified context.ctx
- Statement contextpublic DefaultDenyWriteEffectiveStatement createEffective(StmtContext<Void,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement> ctx)
StatementFactory
EffectiveStatement
for specified context.ctx
- Statement contextprotected SubstatementValidator getSubstatementValidator()
AbstractStatementSupport
getSubstatementValidator
in class AbstractStatementSupport<Void,DefaultDenyWriteStatement,DefaultDenyWriteEffectiveStatement>
Copyright © 2020 OpenDaylight. All rights reserved.