public abstract class UnknownEffectiveStatementBase<A> extends AbstractEffectiveDocumentedNode<A,UnknownStatement<A>> implements UnknownSchemaNode
DocumentedNode.WithStatus| Modifier | Constructor and Description |
|---|---|
protected |
UnknownEffectiveStatementBase(StmtContext<A,UnknownStatement<A>,?> ctx) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionDefinition |
getExtensionDefinition()
Get extension definition which identifies this node.
|
String |
getNodeParameter()
Returns name of the unknown node.
|
QName |
getNodeType()
Returns QName instance with the name of the unknown node.
|
List<UnknownSchemaNode> |
getUnknownSchemaNodes()
Returns unknown schema nodes which belongs to this instance.
|
boolean |
isAddedByAugmentation()
Describes whether the node was added through
augment YANG
statement. |
boolean |
isAddedByUses()
Describes whether the node was added through
uses YANG
keyword. |
String |
toString() |
getDescription, getReference, getStatusargument, getDeclared, getStatementSource, statementDefinitionallSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAllclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPath, getQNamegetStatusgetDescription, getReferenceprotected UnknownEffectiveStatementBase(StmtContext<A,UnknownStatement<A>,?> ctx)
public boolean isAddedByAugmentation()
UnknownSchemaNodeaugment YANG
statement.isAddedByAugmentation in interface UnknownSchemaNodetrue if the node is added by
augment YANG statementpublic QName getNodeType()
UnknownSchemaNodegetNodeType in interface UnknownSchemaNodepublic String getNodeParameter()
UnknownSchemaNodegetNodeParameter in interface UnknownSchemaNodepublic boolean isAddedByUses()
UnknownSchemaNodeuses YANG
keyword.isAddedByUses in interface UnknownSchemaNodetrue if the node is added by
uses YANG keywordpublic ExtensionDefinition getExtensionDefinition()
UnknownSchemaNodegetExtensionDefinition in interface UnknownSchemaNode@Nonnull public List<UnknownSchemaNode> getUnknownSchemaNodes()
DocumentedNodegetUnknownSchemaNodes in interface DocumentedNodeCopyright © 2018 OpenDaylight. All rights reserved.