Package | Description |
---|---|
com.tailf.maapi |
MAAPI is an API which provides full access to the systems internal
transaction engine.
|
Modifier and Type | Method and Description |
---|---|
static MoveWhereFlag |
MoveWhereFlag.valueOf(int i) |
static MoveWhereFlag |
MoveWhereFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MoveWhereFlag[] |
MoveWhereFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Maapi.moveOrdered(int tid,
MoveWhereFlag where,
ConfKey tokey,
String fmt,
Object... arguments)
For a list with the YANG ordered-by user statement, this function can be
used to change the order of entries, by moving one entry to a new
position.
|