| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.enumtest.rev20160524.enumtest |
Implementation of YANG node enumtest's children nodes.
|
| org.onosproject.yang.gen.v1.enumtest.rev20160524.enumtest.enumlist |
Implementation of YANG node enumList's children nodes.
|
| Modifier and Type | Field and Description |
|---|---|
protected EnumleafEnum |
DefaultEnumList.enumleaf |
| Modifier and Type | Method and Description |
|---|---|
EnumleafEnum |
DefaultEnumList.enumleaf() |
EnumleafEnum |
EnumList.enumleaf()
Returns the attribute enumleaf.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultEnumList.enumleaf(EnumleafEnum enumleaf) |
void |
EnumList.enumleaf(EnumleafEnum enumleaf)
Sets the attribute enumleaf.
|
| Modifier and Type | Method and Description |
|---|---|
static EnumleafEnum |
EnumleafEnum.of(int value)
Returns the object of enumleafEnum for.
|
static EnumleafEnum |
EnumleafEnum.of(String value)
Returns the object of enumleafEnum for.
|
static EnumleafEnum |
EnumleafEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumleafEnum[] |
EnumleafEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2018. All rights reserved.