Class EncryptedValueStatementSupport
java.lang.Object
org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport<Empty,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Empty,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
org.opendaylight.yangtools.openconfig.parser.EncryptedValueStatementSupport
- All Implemented Interfaces:
StatementFactory<Empty,
OpenConfigHashedValueStatement, OpenConfigHashedValueEffectiveStatement>
public final class EncryptedValueStatementSupport
extends AbstractEmptyStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
StatementSupport.CopyPolicy, StatementSupport.StatementEquality<A,
D extends DeclaredStatement<A>>, StatementSupport.StatementPolicy<A, D extends DeclaredStatement<A>> -
Field Summary
Fields inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
NAMESPACE
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final OpenConfigHashedValueStatement
attachDeclarationReference
(OpenConfigHashedValueStatement stmt, DeclarationReference reference) Attach specifiedDeclarationReference
to a baseline declared statement.protected final OpenConfigHashedValueStatement
createDeclared
(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements) protected OpenConfigHashedValueEffectiveStatement
createEffective
(EffectiveStmtCtx.Current<Empty, OpenConfigHashedValueStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements) Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractEmptyStatementSupport
parseArgumentValue
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport
buildEffectiveSubstatements, copyEffective, createDeclared, createEffective, findFirstArgument, findFirstStatement, statementsToBuild, substatementValidator
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
adaptArgumentValue, argumentName, canReuseCurrent, copyPolicy, definition, extractEffectiveState, getArgumentDefinition, getPublicView, getSupportSpecificForArgument, hasArgumentSpecificSupports, internArgument, isIgnoringConfig, isIgnoringIfFeatures, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclared, statementName
-
Constructor Details
-
EncryptedValueStatementSupport
-
-
Method Details
-
createDeclared
protected final OpenConfigHashedValueStatement createDeclared(BoundStmtCtx<Empty> ctx, ImmutableList<DeclaredStatement<?>> substatements) - Specified by:
createDeclared
in classAbstractStatementSupport<Empty,
OpenConfigHashedValueStatement, OpenConfigHashedValueEffectiveStatement>
-
attachDeclarationReference
protected final OpenConfigHashedValueStatement attachDeclarationReference(OpenConfigHashedValueStatement stmt, DeclarationReference reference) Description copied from class:AbstractStatementSupport
Attach specifiedDeclarationReference
to a baseline declared statement. If an implementation does not support attaching DeclarationReferences, it should return the statement unchanged.- Specified by:
attachDeclarationReference
in classAbstractStatementSupport<Empty,
OpenConfigHashedValueStatement, OpenConfigHashedValueEffectiveStatement> - Parameters:
stmt
- Declared statementreference
-DeclarationReference
to attach- Returns:
- Equivalent of stmt, potentially with specified reference attached.
-
createEffective
protected OpenConfigHashedValueEffectiveStatement createEffective(EffectiveStmtCtx.Current<Empty, OpenConfigHashedValueStatement> stmt, ImmutableList<? extends EffectiveStatement<?, ?>> substatements)
-