D - Declared Statement representationE - Effective Statement representation@Beta public abstract class AbstractVoidStatementSupport<D extends org.opendaylight.yangtools.yang.model.api.meta.DeclaredStatement<Void>,E extends org.opendaylight.yangtools.yang.model.api.meta.EffectiveStatement<Void,D>> extends AbstractStatementSupport<Void,D,E>
AbstractStatementSupport, it provide the argument value.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractVoidStatementSupport(org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition publicDefinition) |
| Modifier and Type | Method and Description |
|---|---|
Void |
parseArgumentValue(StmtContext<?,?,?> ctx,
String value)
Parses textual representation of argument in object representation.
|
getPublicView, getSubstatementValidator, getSupportSpecificForArgument, hasArgumentSpecificSupports, onFullDefinitionDeclared, onLinkageDeclared, onPreLinkageDeclared, onStatementAdded, onStatementDefinitionDeclaredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadaptArgumentValue, getArgumentDefinition, getDeclaredRepresentationClass, getEffectiveRepresentationClass, getStatementName, getUnknownStatementDefinitionOf, internArgument, isIgnoringConfig, isIgnoringIfFeaturescreateDeclared, createEffectiveprotected AbstractVoidStatementSupport(org.opendaylight.yangtools.yang.model.api.meta.StatementDefinition publicDefinition)
public final Void 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.Copyright © 2019 OpenDaylight. All rights reserved.