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.addAllAvailableAugmentations(Iterable<? extends AugmentationSchema> 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.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(AugmentationSchema... elements)
Adds elements to
availableAugmentations set. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.addAvailableAugmentations(AugmentationSchema 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.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.constraints(ConstraintDefinition constraints)
Initializes the value for the
constraints attribute. |
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.path(SchemaPath path)
Initializes the value for the
path attribute. |
ListSchemaNodeBuilder |
ListSchemaNodeBuilder.putAllChildren(Map<? extends QName,? extends DataSchemaNode> children)
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.status(Status status)
Initializes the value for the
status attribute. |
Copyright © 2018 OpenDaylight. All rights reserved.