public interface DataSchemaNode extends SchemaNode
Contains the method which are used for getting metadata from the schema nodes which contains data.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
ConstraintDefinition |
getConstraints()
Returns the constraints associated with Data Schema Node.
|
boolean |
isAddedByUses()
Returns
true if the data node was added by uses statement,
otherwise returns false . |
boolean |
isAugmenting()
Returns
true if the data node was added by augmentation,
otherwise returns false . |
boolean |
isConfiguration()
Returns
true if the data represents configuration data,
otherwise returns false . |
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
boolean isAugmenting()
true
if the data node was added by augmentation,
otherwise returns false
.true
if the data node was added by augmentation,
otherwise returns false
boolean isAddedByUses()
true
if the data node was added by uses statement,
otherwise returns false
.true
if the data node was added by uses statement,
otherwise returns false
boolean isConfiguration()
true
if the data represents configuration data,
otherwise returns false
.true
if the data represents configuration data,
otherwise returns false
ConstraintDefinition getConstraints()
Copyright © 2018 OpenDaylight. All rights reserved.