public interface YangPatch
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
YangPatch.LeafIdentifier
Identify the leaf of YangPatch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToEdit(Edit addTo)
Adds to the list of edit.
|
String |
comment()
Returns the attribute comment.
|
void |
comment(String comment)
Sets the attribute comment.
|
List<Edit> |
edit()
Returns the attribute edit.
|
void |
edit(List<Edit> edit)
Sets the attribute edit.
|
boolean |
isLeafValueSet(YangPatch.LeafIdentifier leaf)
Checks if the leaf value is set.
|
String |
patchId()
Returns the attribute patchId.
|
void |
patchId(String patchId)
Sets the attribute patchId.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String patchId()
String comment()
BitSet valueLeafFlags()
void patchId(String patchId)
patchId - value of patchIdvoid comment(String comment)
comment - value of commentvoid addToEdit(Edit addTo)
addTo - value of editboolean isLeafValueSet(YangPatch.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.