Package | Description |
---|---|
org.opendaylight.yangtools.yang.model.immutable |
Generated immutable implementations for org.opendaylight.yangtools.yang.model.api interfaces.
|
Modifier and Type | Method and Description |
---|---|
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addActions(ActionDefinition... elements)
Adds elements to
actions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addActions(ActionDefinition element)
Adds one element to
actions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllActions(Iterable<? extends ActionDefinition> elements)
Adds elements to
actions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllAvailableAugmentations(Iterable<? extends AugmentationSchemaNode> elements)
Adds elements to
availableAugmentations set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllGroupings(Iterable<? extends GroupingDefinition> elements)
Adds elements to
groupings set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllKeyDefinition(Iterable<? extends QName> elements)
Adds elements to
keyDefinition list. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllNotifications(Iterable<? extends NotificationDefinition> elements)
Adds elements to
notifications set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllTypeDefinitions(Iterable<? extends TypeDefinition<?>> elements)
Adds elements to
typeDefinitions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAllUses(Iterable<? extends UsesNode> elements)
Adds elements to
uses set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAvailableAugmentations(AugmentationSchemaNode... elements)
Adds elements to
availableAugmentations set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAvailableAugmentations(AugmentationSchemaNode element)
Adds one element to
availableAugmentations set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addGroupings(GroupingDefinition... elements)
Adds elements to
groupings set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addGroupings(GroupingDefinition element)
Adds one element to
groupings set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addKeyDefinition(QName... elements)
Adds elements to
keyDefinition list. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addKeyDefinition(QName element)
Adds one element to
keyDefinition list. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addNotifications(NotificationDefinition... elements)
Adds elements to
notifications set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addNotifications(NotificationDefinition element)
Adds one element to
notifications set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addTypeDefinitions(TypeDefinition<?>... elements)
Adds elements to
typeDefinitions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addTypeDefinitions(TypeDefinition<?> element)
Adds one element to
typeDefinitions set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addUses(UsesNode... elements)
Adds elements to
uses set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addUses(UsesNode element)
Adds one element to
uses set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.description(Optional<String> description)
Initializes the optional value
description to description. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.description(String description)
Initializes the optional value
description to description. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.elementCountConstraint(ElementCountConstraint elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.elementCountConstraint(Optional<? extends ElementCountConstraint> elementCountConstraint)
Initializes the optional value
elementCountConstraint to elementCountConstraint. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.isAddedByUses(boolean isAddedByUses)
Initializes the value for the
isAddedByUses attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.isAugmenting(boolean isAugmenting)
Initializes the value for the
isAugmenting attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.isConfiguration(boolean isConfiguration)
Initializes the value for the
isConfiguration attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.isUserOrdered(boolean isUserOrdered)
Initializes the value for the
isUserOrdered attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.mustConstraints(Collection<MustDefinition> mustConstraints)
Initializes the value for the
mustConstraints attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.path(SchemaPath path)
Initializes the value for the
path attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.putAllChildren(Map<? extends QName,? extends DataSchemaNode> entries)
Put all mappings from the specified map as entries to
children map. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.putChildren(Map.Entry<? extends QName,? extends DataSchemaNode> entry)
Put one entry to the
children map. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.putChildren(QName key,
DataSchemaNode value)
Put one entry to the
children map. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.qName(QName qName)
Initializes the value for the
qName attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.reference(Optional<String> reference)
Initializes the optional value
reference to reference. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.reference(String reference)
Initializes the optional value
reference to reference. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.status(Status status)
Initializes the value for the
status attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.uniqueConstraints(Collection<UniqueConstraint> uniqueConstraints)
Initializes the value for the
uniqueConstraints attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.whenCondition(Optional<? extends RevisionAwareXPath> whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.whenCondition(RevisionAwareXPath whenCondition)
Initializes the optional value
whenCondition to whenCondition. |
Copyright © 2019 OpenDaylight. All rights reserved.