| Package | Description |
|---|---|
| org.opendaylight.yangtools.yang.parser.builder.api | |
| org.opendaylight.yangtools.yang.parser.builder.impl |
| Modifier and Type | Method and Description |
|---|---|
List<RefineBuilder> |
UsesNodeBuilder.getRefines()
Get refine statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UsesNodeBuilder.addRefine(RefineBuilder refine)
Add refine statement.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RefineHolderImpl |
| Modifier and Type | Method and Description |
|---|---|
List<RefineBuilder> |
UsesNodeBuilderImpl.getRefines() |
| Modifier and Type | Method and Description |
|---|---|
void |
UsesNodeBuilderImpl.addRefine(RefineBuilder refine) |
static void |
RefineUtils.refineAnyxml(AnyXmlBuilder anyXml,
RefineBuilder refine) |
static void |
RefineUtils.refineChoice(ChoiceBuilder choice,
RefineBuilder refine) |
static void |
RefineUtils.refineLeafList(LeafListSchemaNodeBuilder leafList,
RefineBuilder refine) |
Copyright © 2014. All rights reserved.