@Beta public abstract class AbstractEffectiveDocumentedNodeWithoutStatus<A,D extends DeclaredStatement<A>> extends DeclaredEffectiveStatementBase<A,D> implements DocumentedNode
DocumentedNode.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
AbstractEffectiveDocumentedNodeWithoutStatus(StmtContext<A,D,?> ctx) |
Modifier and Type | Method and Description |
---|---|
Optional<String> |
getDescription()
Returns the value of the argument of YANG
description keyword. |
Optional<String> |
getReference()
Returns the value of the argument of YANG
reference keyword. |
protected @Nullable String |
nullableDescription() |
protected @Nullable String |
nullableReference() |
argument, getDeclared, getStatementSource, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, getNamespaceContents, initSubstatements, initSubstatements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUnknownSchemaNodes
findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatements
protected AbstractEffectiveDocumentedNodeWithoutStatus(StmtContext<A,D,?> ctx)
public final Optional<String> getDescription()
DocumentedNode
description
keyword.getDescription
in interface DocumentedNode
public final Optional<String> getReference()
DocumentedNode
reference
keyword.getReference
in interface DocumentedNode
protected final @Nullable String nullableDescription()
protected final @Nullable String nullableReference()
Copyright © 2019 OpenDaylight. All rights reserved.