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() |
getNamespaceContents
getDescription, getReference, getStatus
argument, getDeclared, getStatementSource, statementDefinition
allSubstatementsOfType, effectiveSubstatements, firstEffective, firstEffectiveSubstatementOfType, firstSchemaNode, firstSubstatementOfType, firstSubstatementOfType, get, getAll, initSubstatements
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getPath, getQName
getStatus
getDescription, getReference
findAll, findFirstEffectiveSubstatement, findFirstEffectiveSubstatementArgument, streamEffectiveSubstatements
protected UnknownEffectiveStatementBase(StmtContext<A,D,?> ctx)
@Deprecated public boolean isAddedByAugmentation()
UnknownSchemaNode
augment
YANG
statement.isAddedByAugmentation
in interface UnknownSchemaNode
true
if the node is added by
augment
YANG statementpublic QName getNodeType()
UnknownSchemaNode
getNodeType
in interface UnknownSchemaNode
public String getNodeParameter()
UnknownSchemaNode
getNodeParameter
in interface UnknownSchemaNode
@Deprecated public boolean isAddedByUses()
AddedByUsesAware
true
if this node was added by uses statement,
otherwise returns false
.isAddedByUses
in interface AddedByUsesAware
true
if this node was added by uses statement,
otherwise returns false
public ExtensionDefinition getExtensionDefinition()
UnknownSchemaNode
getExtensionDefinition
in interface UnknownSchemaNode
public List<UnknownSchemaNode> getUnknownSchemaNodes()
DocumentedNode
getUnknownSchemaNodes
in interface DocumentedNode
Copyright © 2019 OpenDaylight. All rights reserved.