| Package | Description |
|---|---|
| org.onosproject.yang.serializers.json |
The JSON codec implementation of the YangSerializer interface.
|
| Modifier and Type | Method and Description |
|---|---|
static DataNodeSiblingPositionType |
DataNodeSiblingPositionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataNodeSiblingPositionType[] |
DataNodeSiblingPositionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataNodeVisitor.enterDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
Enters the data node by the visitor.
|
void |
DataNodeJsonVisitor.enterDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType) |
void |
DataNodeVisitor.exitDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType)
Exits the data node by the visitor.
|
void |
DataNodeJsonVisitor.exitDataNode(org.onosproject.yang.model.DataNode dataNode,
DataNodeSiblingPositionType siblingType) |
Copyright © 2017. All rights reserved.