Class HashedValueStatementSupport
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<A,D,E>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStatementSupport<Void,D,E>
-
- org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseVoidStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
- org.opendaylight.yangtools.openconfig.parser.HashedValueStatementSupport
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,StatementDefinition
,StatementFactory<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
,StatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
public final class HashedValueStatementSupport extends BaseVoidStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
StatementSupport.CopyPolicy
-
-
Method Summary
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseVoidStatementSupport
parseArgumentValue
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.rfc7950.stmt.BaseStatementSupport
buildEffectiveSubstatements, createDeclared, createEffective, findFirstArgument, findFirstStatement, statementsToBuild
-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
applyCopyPolicy, getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
adaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeatures
-
-
-
-
Method Detail
-
getInstance
public static HashedValueStatementSupport getInstance()
-
getSubstatementValidator
protected final SubstatementValidator getSubstatementValidator()
Description copied from class:AbstractStatementSupport
Returns corresponding substatement validator of a statement support.- Specified by:
getSubstatementValidator
in classAbstractStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
- Returns:
- substatement validator or null, if substatement validator is not defined
-
createDeclared
protected final OpenConfigHashedValueStatement createDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx, ImmutableList<? extends DeclaredStatement<?>> substatements)
- Specified by:
createDeclared
in classBaseStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
createEmptyDeclared
protected final OpenConfigHashedValueStatement createEmptyDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx)
- Specified by:
createEmptyDeclared
in classBaseStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
createEffective
protected final OpenConfigHashedValueEffectiveStatement createEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx, OpenConfigHashedValueStatement declared, ImmutableList<? extends EffectiveStatement<?,?>> substatements)
- Specified by:
createEffective
in classBaseStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
createEmptyEffective
protected final OpenConfigHashedValueEffectiveStatement createEmptyEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx, OpenConfigHashedValueStatement declared)
- Specified by:
createEmptyEffective
in classBaseStatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
-