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.
|
boolean |
isLeafValueSet(Edit.LeafIdentifier leaf)
Checks if the leaf value is set.
|
OperationEnum |
operation()
Returns the attribute operation.
|
void |
operation(OperationEnum operation)
Sets the attribute operation.
|
TargetResourceOffset |
point()
Returns the attribute point.
|
void |
point(TargetResourceOffset point)
Sets the attribute point.
|
TargetResourceOffset |
target()
Returns the attribute target.
|
void |
target(TargetResourceOffset target)
Sets the attribute target.
|
Value |
value()
Returns the attribute value.
|
void |
value(Value value)
Sets the attribute value.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
WhereEnum |
where()
Returns the attribute where.
|
void |
where(WhereEnum where)
Sets the attribute where.
|
String editId()
OperationEnum operation()
TargetResourceOffset target()
TargetResourceOffset point()
WhereEnum where()
BitSet valueLeafFlags()
Value value()
void editId(String editId)
editId - value of editIdvoid operation(OperationEnum operation)
operation - value of operationvoid target(TargetResourceOffset target)
target - value of targetvoid point(TargetResourceOffset point)
point - value of pointvoid where(WhereEnum where)
where - value of wherevoid value(Value value)
value - value of valueboolean isLeafValueSet(Edit.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.