public interface YdtExtendedContext extends YdtContext
| Modifier and Type | Method and Description |
|---|---|
void |
addAppInfo(AppType appType,
Object object)
Sets application stored information.
|
Object |
getAppInfo(AppType appType)
Returns the application stored information.
|
org.onosproject.yangutils.datamodel.YangSchemaNode |
getYangSchemaNode()
Returns schema node from data model for curNode.
|
YdtContextOperationType |
getYdtContextOperationType()
Returns YDT current extended context operation type.
|
getFirstChild, getLastChild, getModuleNameAsNameSpace, getName, getNamespace, getNextSibling, getParent, getPreviousSibling, getValue, getValueSet, getYdtContextExtendedInfo, getYdtExtendedInfoType, getYdtTypeObject getAppInfo(AppType appType)
appType - application typevoid addAppInfo(AppType appType, Object object)
appType - application typeobject - application information objectorg.onosproject.yangutils.datamodel.YangSchemaNode getYangSchemaNode()
YdtContextOperationType getYdtContextOperationType()