| Modifier and Type | Method and Description |
|---|---|
DataSchemaNodeBuilder |
DataNodeContainerBuilder.getDataChildByName(String name)
Retrieves child node builder by local name.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSchemaNodeBuilder> |
DataNodeContainerBuilder.getChildNodeBuilders()
Returns list of of child node builders in order they are declared in yang
file.
|
List<DataSchemaNodeBuilder> |
GroupingBuilder.instantiateChildNodes(Builder newParent)
Returns instantiation of grouping child nodes under supplied builder.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataNodeContainerBuilder.addChildNode(DataSchemaNodeBuilder childNode)
Add builder of child node to this node.
|
void |
DataNodeContainerBuilder.addChildNode(int index,
DataSchemaNodeBuilder childNode)
Add builder of child node to this node at specified position.
|
void |
DataNodeContainerBuilder.addChildNodeToContext(DataSchemaNodeBuilder childNode) |
void |
UsesNodeBuilder.addRefineNode(DataSchemaNodeBuilder refineNode)
Add refine node.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnyXmlBuilder |
class |
ChoiceBuilder |
class |
ChoiceCaseBuilder |
class |
ContainerSchemaNodeBuilder |
class |
LeafListSchemaNodeBuilder |
class |
LeafSchemaNodeBuilder |
class |
ListSchemaNodeBuilder |
| Modifier and Type | Method and Description |
|---|---|
static DataSchemaNodeBuilder |
CopyUtils.copy(DataSchemaNodeBuilder old,
Builder newParent,
boolean updateQName)
Create copy of DataSchemaNodeBuilder with new parent.
|
static DataSchemaNodeBuilder |
BuilderUtils.wrapChildNode(String moduleName,
int line,
org.opendaylight.yangtools.yang.model.api.DataSchemaNode node,
org.opendaylight.yangtools.yang.model.api.SchemaPath parentPath,
org.opendaylight.yangtools.yang.common.QName qname) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSchemaNodeBuilder> |
GroupingBuilderImpl.instantiateChildNodes(Builder newParent) |
static Set<DataSchemaNodeBuilder> |
BuilderUtils.wrapChildNodes(String moduleName,
int line,
Collection<org.opendaylight.yangtools.yang.model.api.DataSchemaNode> nodes,
org.opendaylight.yangtools.yang.model.api.SchemaPath parentPath,
org.opendaylight.yangtools.yang.common.QName parentQName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ChoiceBuilder.addCase(DataSchemaNodeBuilder caseNode)
Add case node to this choice.
|
void |
UsesNodeBuilderImpl.addRefineNode(DataSchemaNodeBuilder refineNode) |
static DataSchemaNodeBuilder |
CopyUtils.copy(DataSchemaNodeBuilder old,
Builder newParent,
boolean updateQName)
Create copy of DataSchemaNodeBuilder with new parent.
|
| Modifier and Type | Method and Description |
|---|---|
DataSchemaNodeBuilder |
AbstractDocumentedDataNodeContainerBuilder.getDataChildByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSchemaNodeBuilder> |
AbstractDocumentedDataNodeContainerBuilder.getChildNodeBuilders() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDocumentedDataNodeContainerBuilder.addChildNode(DataSchemaNodeBuilder child) |
void |
AbstractDocumentedDataNodeContainerBuilder.addChildNode(int index,
DataSchemaNodeBuilder child) |
void |
AbstractDocumentedDataNodeContainerBuilder.addChildNodeToContext(DataSchemaNodeBuilder child) |
Copyright © 2014. All rights reserved.