TotalBodyExerciseName
public struct TotalBodyExerciseName : ExerciseName
extension TotalBodyExerciseName: Hashable
Total Body Exercise Name
-
Exercise Name Type
Declaration
Swift
public typealias ExerciseNameType = TotalBodyExerciseName
-
Exercise Catagory Type
Declaration
Swift
public var catagory: ExerciseCategory { get }
-
Exercise Name
Declaration
Swift
private(set) public var name: String { get }
-
Exercise Name Number
Declaration
Swift
private(set) public var number: UInt16 { get }
-
List of Supported ExerciseNames
Declaration
Swift
static var supportedExerciseNames: [TotalBodyExerciseName] { get }
-
Creates a ExerciseName Object
Declaration
Swift
static func create(rawValue: UInt16) -> TotalBodyExerciseName?
Parameters
rawValue
exerciseNumber
Return Value
ExerciseName Object
-
Burpee
Declaration
Swift
static var burpee: TotalBodyExerciseName { get }
-
Weighted Burpee
Declaration
Swift
static var weightedBurpee: TotalBodyExerciseName { get }
-
Burpee Box Jump
Declaration
Swift
static var burpeeBoxJump: TotalBodyExerciseName { get }
-
Weighted Burpee Box Jump
Declaration
Swift
static var weightedBurpeeBoxJump: TotalBodyExerciseName { get }
-
High Pull Burpee
Declaration
Swift
static var highPullBurpee: TotalBodyExerciseName { get }
-
Man Makers
Declaration
Swift
static var manMakers: TotalBodyExerciseName { get }
-
One Arm Burpee
Declaration
Swift
static var oneArmBurpee: TotalBodyExerciseName { get }
-
Squat Thrusts
Declaration
Swift
static var squatThrusts: TotalBodyExerciseName { get }
-
Weighted Squat Thrusts
Declaration
Swift
static var weightedSquatThrusts: TotalBodyExerciseName { get }
-
Squat Plank Push Up
Declaration
Swift
static var squatPlankPushUp: TotalBodyExerciseName { get }
-
Weighted Squat Plank Push Up
Declaration
Swift
static var weightedSquatPlankPushUp: TotalBodyExerciseName { get }
-
Standing T Rotation Balance
Declaration
Swift
static var standingTRotationBalance: TotalBodyExerciseName { get }
-
Weighted Standing T Rotation Balance
Declaration
Swift
static var weightedStandingTRotationBalance: TotalBodyExerciseName { get }