public abstract class AbstractEffectiveDocumentedNode<A,D extends DeclaredStatement<A>> extends DeclaredEffectiveStatementBase<A,D> implements DocumentedNode.WithStatus
DocumentedNode.WithStatus
Modifier | Constructor and Description |
---|---|
protected |
AbstractEffectiveDocumentedNode(StmtContext<A,D,?> ctx)
Constructor.
|
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. |
Status |
getStatus()
Returns status of the instance of the type
SchemaNode . |
argument, getDeclared, getStatementSource, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, getNamespaceContents, initSubstatements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getUnknownSchemaNodes
findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatements
protected AbstractEffectiveDocumentedNode(StmtContext<A,D,?> ctx)
ctx
- context of statement.public final Optional<String> getDescription()
DocumentedNode
description
keyword.getDescription
in interface DocumentedNode
public final Optional<String> getReference()
DocumentedNode
reference
keyword.getReference
in interface DocumentedNode
public final Status getStatus()
DocumentedNode.WithStatus
SchemaNode
.getStatus
in interface DocumentedNode.WithStatus
status
substatementCopyright © 2019 OpenDaylight. All rights reserved.