| Package | Description |
|---|---|
| org.onosproject.yang.gen.v11.yrtietfrestconf.rev20170126.yrtietfrestconf.errors.errors |
Implementation of YANG node errors's children nodes.
|
| org.onosproject.yang.gen.v11.yrtietfrestconf.rev20170126.yrtietfrestconf.errors.errors.error |
Implementation of YANG node error's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected ErrorTypeEnum |
DefaultError.errorType |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypeEnum |
DefaultError.errorType() |
ErrorTypeEnum |
Error.errorType()
Returns the attribute errorType.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultError.errorType(ErrorTypeEnum errorType) |
void |
Error.errorType(ErrorTypeEnum errorType)
Sets the attribute errorType.
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorTypeEnum |
ErrorTypeEnum.of(int value)
Returns the object of errorTypeEnum for.
|
static ErrorTypeEnum |
ErrorTypeEnum.of(String value)
Returns the object of errorTypeEnum for.
|
static ErrorTypeEnum |
ErrorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ErrorTypeEnum[] |
ErrorTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.