public interface DataSchemaNode extends SchemaNode
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 falsetrue if the data node was added by augmentation,
otherwise returns falseboolean isAddedByUses()
true if the data node was added by uses statement,
otherwise returns falsetrue if the data node was added by uses statement,
otherwise returns falseboolean isConfiguration()
true if the data represents configuration data,
otherwise returns falsetrue if the data represents configuration data,
otherwise returns falseConstraintDefinition getConstraints()
Copyright © 2018 OpenDaylight. All rights reserved.