public interface DataSchemaNode extends SchemaNode, CopyableNode, WhenConditionAware
data definition statement
than to
data node
, yet it notably does not include UsesNode
and AugmentationSchemaNode
, which are
resolved separately.
Common interface is composed of isConfiguration()
, governing validity in config/operation data stores
and WhenConditionAware
mixin, which governs validity based on other document data.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
boolean |
isConfiguration()
Returns
true if the data represents configuration data,
otherwise returns false . |
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
getWhenCondition
Copyright © 2019 OpenDaylight. All rights reserved.