Uses of Class
org.bremersee.garmin.workout.v1.model.AbstractStepT
Packages that use AbstractStepT
-
Uses of AbstractStepT in org.bremersee.garmin.workout.v1.model
Subclasses of AbstractStepT in org.bremersee.garmin.workout.v1.modelModifier and TypeClassDescriptionclassJava class for Repeat_t complex type.classJava class for Step_t complex type.Fields in org.bremersee.garmin.workout.v1.model with type parameters of type AbstractStepTModifier and TypeFieldDescriptionprotected List<AbstractStepT> RepeatT.childrenprotected List<AbstractStepT> WorkoutT.stepsMethods in org.bremersee.garmin.workout.v1.model that return types with arguments of type AbstractStepTModifier and TypeMethodDescriptionRepeatT.getchildren()Gets the value of the children property.WorkoutT.getSteps()Gets the value of the steps property.