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, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesboolean isAugmenting()
true if the data node was added by augmentation,
otherwise returns false.true if the data node was added by augmentation,
otherwise returns falseboolean 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 falseboolean isConfiguration()
true if the data represents configuration data,
otherwise returns false.true if the data represents configuration data,
otherwise returns falseConstraintDefinition getConstraints()
Copyright © 2018 OpenDaylight. All rights reserved.