Uses of Enum Class
com.tailf.maapi.MoveWhereFlag
Packages that use MoveWhereFlag
Package
Description
MAAPI is an API which provides full access to the systems internal
transaction engine.
-
Uses of MoveWhereFlag in com.tailf.maapi
Methods in com.tailf.maapi that return MoveWhereFlagModifier 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.Methods in com.tailf.maapi with parameters of type MoveWhereFlagModifier 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.