public class YtbNodeInfo extends Object
| Constructor and Description |
|---|
YtbNodeInfo()
Constructs a default YTB node info.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<org.onosproject.yangutils.datamodel.YangAugment> |
getAugmentIterator()
Returns the current list iterator of the YANG augment node.
|
Object |
getAugmentObject()
Returns the augment node object.
|
Object |
getCaseObject()
Returns the case object.
|
Map<String,Object> |
getChoiceCaseMap()
Returns the map of choice schema name and case object.
|
Iterator<Object> |
getListIterator()
Returns the current list iterator of the YANG schema node.
|
Object |
getYangObject()
Returns the object of the YANG schema node.
|
void |
setAugmentIterator(Iterator<org.onosproject.yangutils.datamodel.YangAugment> augmentNodeItr)
Sets the current list iterator of the YANG augment node.
|
void |
setAugmentObject(Object augmentObject)
Sets the augment node object.
|
void |
setCaseObject(Object caseObject)
Sets the case node object.
|
void |
setChoiceCaseMap(Map<String,Object> choiceCaseMap)
Sets the map of choice schema name and case object.
|
void |
setListIterator(Iterator<Object> listIterator)
Sets the current list iterator of the YANG schema node.
|
void |
setYangObject(Object yangObject)
Sets the object of the YANG schema node.
|
public Object getYangObject()
public void setYangObject(Object yangObject)
yangObject - YANG node objectpublic Iterator<Object> getListIterator()
public void setListIterator(Iterator<Object> listIterator)
listIterator - current list iterator for the schema nodepublic Map<String,Object> getChoiceCaseMap()
public void setChoiceCaseMap(Map<String,Object> choiceCaseMap)
choiceCaseMap - choice name and case object mappublic Object getCaseObject()
public void setCaseObject(Object caseObject)
caseObject - case node objectpublic Object getAugmentObject()
public void setAugmentObject(Object augmentObject)
augmentObject - augment node objectpublic Iterator<org.onosproject.yangutils.datamodel.YangAugment> getAugmentIterator()
public void setAugmentIterator(Iterator<org.onosproject.yangutils.datamodel.YangAugment> augmentNodeItr)
augmentNodeItr - augment node iterator