public interface LeafListSchemaNode extends TypedDataSchemaNode, MustConstraintAware, ElementCountConstraintAware
DocumentedNode.WithStatus
Modifier and Type | Method and Description |
---|---|
@NonNull Collection<? extends Object> |
getDefaults()
Return the default value of this leaf-list, as per the rules outlined in
Section 7.4.4 of RFC7950.
|
boolean |
isUserOrdered()
YANG 'ordered-by' statement.
|
getType
isConfiguration
getPath, getQName
getStatus
getDescription, getReference, getUnknownSchemaNodes
isAugmenting
isAddedByUses
getWhenCondition
getMustConstraints
getElementCountConstraint
boolean isUserOrdered()
@NonNull Collection<? extends Object> getDefaults()
Copyright © 2019 OpenDaylight. All rights reserved.