public interface UsesNode extends WhenConditionAware, DocumentedNode.WithStatus, CopyableNode
uses
substatement.DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
@NonNull Set<AugmentationSchemaNode> |
getAugmentations()
Returns augmentations which were specified in this uses node.
|
@NonNull SchemaPath |
getGroupingPath()
Returns the schema path to used grouping.
|
@NonNull Map<SchemaPath,SchemaNode> |
getRefines()
Some of the properties of each node in the grouping can be refined with the "refine" statement.
|
getWhenCondition
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
@NonNull SchemaPath getGroupingPath()
@NonNull Set<AugmentationSchemaNode> getAugmentations()
@NonNull Map<SchemaPath,SchemaNode> getRefines()
Copyright © 2019 OpenDaylight. All rights reserved.