Uses of Class
de.hirola.sportslibrary.model.MovementType
-
Packages that use MovementType Package Description de.hirola.sportslibrary.model -
-
Uses of MovementType in de.hirola.sportslibrary.model
Methods in de.hirola.sportslibrary.model that return MovementType Modifier and Type Method Description MovementTypeRunningUnit. getMovementType()Get the type of movement for the unit.Methods in de.hirola.sportslibrary.model with parameters of type MovementType Modifier and Type Method Description voidRunningUnit. setMovementType(MovementType movementType)Set the type of movement for the unit.Constructors in de.hirola.sportslibrary.model with parameters of type MovementType Constructor Description RunningUnit(int duration, MovementType movementType)Create a running unit of a plan entry.
-