Class EncryptedValueStatementSupport
- java.lang.Object
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractStatementSupport<Void,D,E>
-
- org.opendaylight.yangtools.yang.parser.spi.meta.AbstractVoidStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
- org.opendaylight.yangtools.openconfig.parser.EncryptedValueStatementSupport
-
- All Implemented Interfaces:
Immutable
,MutationBehaviour<Immutable>
,StatementDefinition
,StatementFactory<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
,StatementSupport<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
public final class EncryptedValueStatementSupport extends AbstractVoidStatementSupport<OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.opendaylight.yangtools.yang.parser.spi.meta.StatementSupport
StatementSupport.CopyPolicy
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenConfigHashedValueStatement
createDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx)
Create aDeclaredStatement
for specified context.OpenConfigHashedValueEffectiveStatement
createEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx)
Create aEffectiveStatement
for specified context.static EncryptedValueStatementSupport
getInstance()
protected SubstatementValidator
getSubstatementValidator()
Returns corresponding substatement validator of a statement support.-
Methods inherited from class org.opendaylight.yangtools.yang.parser.spi.meta.AbstractVoidStatementSupport
parseArgumentValue
-
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 EncryptedValueStatementSupport getInstance()
-
createDeclared
public final OpenConfigHashedValueStatement createDeclared(StmtContext<Void,OpenConfigHashedValueStatement,?> ctx)
Description copied from interface:StatementFactory
Create aDeclaredStatement
for specified context.- Parameters:
ctx
- Statement context- Returns:
- A declared statement instance.
-
createEffective
public final OpenConfigHashedValueEffectiveStatement createEffective(StmtContext<Void,OpenConfigHashedValueStatement,OpenConfigHashedValueEffectiveStatement> ctx)
Description copied from interface:StatementFactory
Create aEffectiveStatement
for specified context.- Parameters:
ctx
- Statement context- Returns:
- An effective statement instance.
-
getSubstatementValidator
protected 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
-
-