public class ModuleSchemaData extends Object
| Constructor and Description |
|---|
ModuleSchemaData() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeleteNodes(YdtContext deletedNode)
Adds the ydt node with operation type delete in module delete node list.
|
List<YdtContext> |
getDeleteNodes()
Returns the list of nodes with operation type delete.
|
YdtContext |
getModuleContext()
Returns application's root ydtContext.
|
org.onosproject.yangutils.datamodel.YangSchemaNode |
getRootSchemaNode()
Returns the root/module schema node current application.
|
org.onosproject.yangutils.datamodel.YangSchemaNode |
getSchemaNode()
Returns the schema node current context.
|
void |
setModuleContext(YdtExtendedContext moduleContext)
Sets the application's ydtContext.
|
public List<YdtContext> getDeleteNodes()
public void addDeleteNodes(YdtContext deletedNode)
deletedNode - ydt node with operation type delete/removepublic YdtContext getModuleContext()
public void setModuleContext(YdtExtendedContext moduleContext)
moduleContext - application's ydtContextpublic org.onosproject.yangutils.datamodel.YangSchemaNode getSchemaNode()
AppDatapublic org.onosproject.yangutils.datamodel.YangSchemaNode getRootSchemaNode()
AppData