public interface UnknownSchemaNode extends SchemaNode
DocumentedNode.WithStatus| 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.
|
boolean |
isAddedByAugmentation()
Describes whether the node was added through
augment YANG
statement. |
boolean |
isAddedByUses()
Describes whether the node was added through
uses YANG
keyword. |
getPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesQName getNodeType()
String getNodeParameter()
boolean isAddedByUses()
uses YANG
keyword.true if the node is added by
uses YANG keywordboolean isAddedByAugmentation()
augment YANG
statement.true if the node is added by
augment YANG statementExtensionDefinition getExtensionDefinition()
Copyright © 2018 OpenDaylight. All rights reserved.