Uses of Class
dev.vality.machinegun.stateproc.Direction
| Package | Description |
|---|---|
| dev.vality.machinegun.stateproc |
-
Uses of Direction in dev.vality.machinegun.stateproc
Fields in dev.vality.machinegun.stateproc declared as Direction Modifier and Type Field Description DirectionHistoryRange. directionНаправление истории, по-умолчанию вперёд.Methods in dev.vality.machinegun.stateproc that return Direction Modifier and Type Method Description static DirectionDirection. findByValue(int value)Find a the enum type by its integer value, as defined in the Thrift IDL.DirectionHistoryRange. getDirection()Направление истории, по-умолчанию вперёд.static DirectionDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static Direction[]Direction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in dev.vality.machinegun.stateproc with parameters of type Direction Modifier and Type Method Description HistoryRangeHistoryRange. setDirection(Direction direction)Направление истории, по-умолчанию вперёд.