| 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 WhereEnum |
DefaultEdit.where |
| Modifier and Type | Method and Description |
|---|---|
WhereEnum |
DefaultEdit.where() |
WhereEnum |
Edit.where()
Returns the attribute where.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEdit.where(WhereEnum where) |
void |
Edit.where(WhereEnum where)
Sets the attribute where.
|
| Modifier and Type | Method and Description |
|---|---|
static WhereEnum |
WhereEnum.of(int value)
Returns the object of whereEnum for.
|
static WhereEnum |
WhereEnum.of(String value)
Returns the object of whereEnum for.
|
static WhereEnum |
WhereEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhereEnum[] |
WhereEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.