public abstract class UnknownEffectiveStatementBase<A,D extends UnknownStatement<A>> extends AbstractSchemaEffectiveDocumentedNode<A,D> implements UnknownSchemaNode
DocumentedNode.WithStatus| Modifier | Constructor and Description |
|---|---|
protected |
UnknownEffectiveStatementBase(StmtContext<A,D,?> 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()
Deprecated.
|
boolean |
isAddedByUses()
Deprecated.
|
String |
toString() |
getNamespaceContentsgetDescription, getReference, getStatusargument, getDeclared, getStatementSource, statementDefinitionallSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, initSubstatementsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetPath, getQNamegetStatusgetDescription, getReferencefindAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatementsprotected UnknownEffectiveStatementBase(StmtContext<A,D,?> ctx)
@Deprecated 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 UnknownSchemaNode@Deprecated public boolean isAddedByUses()
AddedByUsesAwaretrue if this node was added by uses statement,
otherwise returns false.isAddedByUses in interface AddedByUsesAwaretrue if this node was added by uses statement,
otherwise returns falsepublic ExtensionDefinition getExtensionDefinition()
UnknownSchemaNodegetExtensionDefinition in interface UnknownSchemaNodepublic List<UnknownSchemaNode> getUnknownSchemaNodes()
DocumentedNodegetUnknownSchemaNodes in interface DocumentedNodeCopyright © 2019 OpenDaylight. All rights reserved.