public interface ListSchemaNode extends DataNodeContainer, AugmentationTarget, DataSchemaNode, NotificationNodeContainer, ActionNodeContainer
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 |
---|---|
List<QName> |
getKeyDefinition() |
default Collection<UniqueConstraint> |
getUniqueConstraints() |
boolean |
isUserOrdered()
YANG 'ordered-by' statement.
|
getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUses
getAvailableAugmentations
getConstraints, isAddedByUses, isAugmenting, isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
getNotifications
getActions
List<QName> getKeyDefinition()
boolean isUserOrdered()
@Nonnull default Collection<UniqueConstraint> getUniqueConstraints()
Copyright © 2018 OpenDaylight. All rights reserved.