public interface Edit
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Edit.LeafIdentifier
Identify the leaf of Edit.
|
| Modifier and Type | Method and Description |
|---|---|
String |
editId()
Returns the attribute editId.
|
void |
editId(String editId)
Sets the attribute editId.
|
EditStatusChoice |
editStatusChoice()
Returns the attribute editStatusChoice.
|
void |
editStatusChoice(EditStatusChoice editStatusChoice)
Sets the attribute editStatusChoice.
|
boolean |
isLeafValueSet(Edit.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String editId()
BitSet valueLeafFlags()
EditStatusChoice editStatusChoice()
void editId(String editId)
editId - value of editIdvoid editStatusChoice(EditStatusChoice editStatusChoice)
editStatusChoice - value of editStatusChoiceboolean isLeafValueSet(Edit.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.