CalfRaiseExerciseName
public struct CalfRaiseExerciseName : ExerciseName
extension CalfRaiseExerciseName: Hashable
Calf Raise Exercise Name
-
Exercise Name Type
Declaration
Swift
public typealias ExerciseNameType = CalfRaiseExerciseName
-
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: [CalfRaiseExerciseName] { get }
-
Creates a ExerciseName Object
Declaration
Swift
static func create(rawValue: UInt16) -> CalfRaiseExerciseName?
Parameters
rawValue
exerciseNumber
Return Value
ExerciseName Object
-
3-Way Calf Raise
Declaration
Swift
static var threewayCalfRaise: CalfRaiseExerciseName { get }
-
3-Way Weighted Calf Raise
Declaration
Swift
static var threewayWeightedCalfRaise: CalfRaiseExerciseName { get }
-
3-Way Single Leg Calf Raise
Declaration
Swift
static var threewaySingleLegCalfRaise: CalfRaiseExerciseName { get }
-
3-Way Weighted Single Leg Calf Raise
Declaration
Swift
static var threewaySingleWeightedLegCalfRaise: CalfRaiseExerciseName { get }
-
Donkey Calf Raise
Declaration
Swift
static var donkeyCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Donkey Calf Raise
Declaration
Swift
static var weightedDonkeyCalfRaise: CalfRaiseExerciseName { get }
-
Seated Calf Raise
Declaration
Swift
static var seatedCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Seated Calf Raise
Declaration
Swift
static var weightedSeatedCalfRaise: CalfRaiseExerciseName { get }
-
Seated Dumbbell Toe Raise
Declaration
Swift
static var seatedDumbbellToeRaise: CalfRaiseExerciseName { get }
-
Single Leg Bent Knee Calf Raise
Declaration
Swift
static var singleLegBentKneeCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Single Leg Bent Knee Calf Raise
Declaration
Swift
static var weightedSingleLegBentKneeCalfRaise: CalfRaiseExerciseName { get }
-
Single Leg Decline Push Up
Declaration
Swift
static var singleLegDeclinePushUp: CalfRaiseExerciseName { get }
-
Single Leg Donkey Calf Raise
Declaration
Swift
static var singleLegDonkeyCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Single Leg Donkey Calf Raise
Declaration
Swift
static var weightedSingleLegDonkeyCalfRaise: CalfRaiseExerciseName { get }
-
Single Leg Hip Raise With Knee Hold
Declaration
Swift
static var singleLegHipRaiseKneeHold: CalfRaiseExerciseName { get }
-
Single Leg Standing Calf Raise
Declaration
Swift
static var singleLegStandingCalfRaise: CalfRaiseExerciseName { get }
-
Single Leg Standing Dumbbell Calf Raise
Declaration
Swift
static var singleLegStandingDumbbellCalfRaise: CalfRaiseExerciseName { get }
-
Standing Barbell Calf Raise
Declaration
Swift
static var standingBarbellCalfRaise: CalfRaiseExerciseName { get }
-
Standing Calf Raise
Declaration
Swift
static var standingCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Standing Calf Raise
Declaration
Swift
static var weightedStandingCalfRaise: CalfRaiseExerciseName { get }
-
Weighted Standing Dumbbell Calf Raise
Declaration
Swift
static var weightedStandingDumbbellCalfRaise: CalfRaiseExerciseName { get }