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()
Returns the list of leaf identifiers.
|
default Collection<UniqueConstraint> |
getUniqueConstraints()
Returns unique constraints.
|
boolean |
isUserOrdered()
YANG 'ordered-by' statement.
|
getChildNodes, getDataChildByName, getGroupings, getTypeDefinitions, getUsesgetAvailableAugmentationsgetConstraints, isAddedByUses, isAugmenting, isConfigurationgetPath, getQNamegetStatusgetDescription, getReference, getUnknownSchemaNodesgetNotificationsgetActionsList<QName> getKeyDefinition()
boolean isUserOrdered()
@Nonnull default Collection<UniqueConstraint> getUniqueConstraints()
Copyright © 2018 OpenDaylight. All rights reserved.