Uses of Class
org.atpfivt.ljv.Direction
-
Packages that use Direction Package Description org.atpfivt.ljv -
-
Uses of Direction in org.atpfivt.ljv
Methods in org.atpfivt.ljv that return Direction Modifier and Type Method Description DirectionLJV. 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 org.atpfivt.ljv with parameters of type Direction Modifier and Type Method Description LJVLJV. setDirection(Direction direction)
-