| Package | Description |
|---|---|
| org.onosproject.yang.gen.v11.yrtietfyangpatch.rev20170222.yrtietfyangpatch.yangpatch.yangpatch |
Implementation of YANG node yangPatch's children nodes.
|
| org.onosproject.yang.gen.v11.yrtietfyangpatch.rev20170222.yrtietfyangpatch.yangpatch.yangpatch.edit |
Implementation of YANG node edit's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected OperationEnum |
DefaultEdit.operation |
| Modifier and Type | Method and Description |
|---|---|
OperationEnum |
DefaultEdit.operation() |
OperationEnum |
Edit.operation()
Returns the attribute operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEdit.operation(OperationEnum operation) |
void |
Edit.operation(OperationEnum operation)
Sets the attribute operation.
|
| Modifier and Type | Method and Description |
|---|---|
static OperationEnum |
OperationEnum.of(int value)
Returns the object of operationEnum for.
|
static OperationEnum |
OperationEnum.of(String value)
Returns the object of operationEnum for.
|
static OperationEnum |
OperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationEnum[] |
OperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.