public interface ListSchemaNode extends DataNodeContainer, AugmentationTarget, DataSchemaNode, NotificationNodeContainer, ActionNodeContainer, ElementCountConstraintAware, MustConstraintAware
The 'list' statement is used to define an interior data node in the schema tree. A list entry is uniquely identified by the values of the list's keys, if defined.
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
@NonNull List<QName> |
getKeyDefinition()
Returns the list of leaf identifiers.
|
@NonNull Collection<UniqueConstraint> |
getUniqueConstraints()
Returns unique constraints.
|
boolean |
isUserOrdered()
YANG 'ordered-by' statement.
|
findDataChildByName, findDataTreeChild, findDataTreeChild, findDataTreeChild, getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUses
getAvailableAugmentations
isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
getWhenCondition
getNotifications
getActions
getElementCountConstraint
getMustConstraints
@NonNull List<QName> getKeyDefinition()
boolean isUserOrdered()
@NonNull Collection<UniqueConstraint> getUniqueConstraints()
Copyright © 2019 OpenDaylight. All rights reserved.