Package | Description |
---|---|
com.tailf.navu |
NAVU (Navigation Utilities) is an API which provides increased
accessibility to the ConfD/NCS populated data model tree:
NAVU-Tree.
|
Modifier and Type | Field and Description |
---|---|
NavuContextBase.UnSetCaseInChoice |
NavuContextBase.unsetCaseInChoice
Default behavior for unset case in choice.
|
Modifier and Type | Method and Description |
---|---|
static NavuContextBase.UnSetCaseInChoice |
NavuContextBase.UnSetCaseInChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavuContextBase.UnSetCaseInChoice[] |
NavuContextBase.UnSetCaseInChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NavuContextBase.setOption(NavuContextBase.UnSetCaseInChoice unSetChoiceInCase)
Set the behavior of how a unset case in choice should be
treated.
|