Uses of Enum Class
com.tailf.maapi.MoveWhereFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MoveWhereFlag in com.tailf.maapi
Modifier and TypeMethodDescriptionstatic MoveWhereFlag
MoveWhereFlag.valueOf
(int i) Returns the enum constant of this class with the specified name.static MoveWhereFlag
Returns the enum constant of this class with the specified name.static MoveWhereFlag[]
MoveWhereFlag.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
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.