LegCurlExerciseName
public struct LegCurlExerciseName : ExerciseName
extension LegCurlExerciseName: Hashable
Leg Curl Exercise Name
-
Exercise Name Type
Declaration
Swift
public typealias ExerciseNameType = LegCurlExerciseName
-
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: [LegCurlExerciseName] { get }
-
Creates a ExerciseName Object
Declaration
Swift
static func create(rawValue: UInt16) -> LegCurlExerciseName?
Parameters
rawValue
exerciseNumber
Return Value
ExerciseName Object
-
Leg Curl
Declaration
Swift
static var legCurl: LegCurlExerciseName { get }
-
Weighted Leg Curl
Declaration
Swift
static var weightedLegCurl: LegCurlExerciseName { get }
-
Good Morning
Declaration
Swift
static var goodMorning: LegCurlExerciseName { get }
-
Seated Barbell Good Morning
Declaration
Swift
static var seatedBarbellGoodMorning: LegCurlExerciseName { get }
-
Single Leg Barbell Good Morning
Declaration
Swift
static var singleLegBarbellGoodMorning: LegCurlExerciseName { get }
-
Single Leg Sliding Leg Curl
Declaration
Swift
static var singleLegSlidingLegCurl: LegCurlExerciseName { get }
-
Sliding Leg Curl
Declaration
Swift
static var slidingLegCurl: LegCurlExerciseName { get }
-
Split Barbell Good Morning
Declaration
Swift
static var splitBarbellGoodMorning: LegCurlExerciseName { get }
-
Split Stance Extension
Declaration
Swift
static var splitStanceExtension: LegCurlExerciseName { get }
-
Staggered Stance Good Morning
Declaration
Swift
static var staggeredStanceGoodMorning: LegCurlExerciseName { get }
-
Swiss Ball Hip Raise and Leg Curl
Declaration
Swift
static var swissBallHipRaiseLegCurl: LegCurlExerciseName { get }
-
Zercher Good Morning
Declaration
Swift
static var zercherGoodMorning: LegCurlExerciseName { get }