CurlExerciseName
public struct CurlExerciseName : ExerciseName
extension CurlExerciseName: Hashable
Curl Exercise Name
-
Exercise Name Type
Declaration
Swift
public typealias ExerciseNameType = CurlExerciseName -
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: [CurlExerciseName] { get } -
Creates a ExerciseName Object
Declaration
Swift
static func create(rawValue: UInt16) -> CurlExerciseName?Parameters
rawValueexerciseNumber
Return Value
ExerciseName Object
-
Alternating Dumbbell Biceps Curl
Declaration
Swift
static var alternatingDumbbellBicepsCurl: CurlExerciseName { get } -
Alternating Dumbbell Biceps Curl on Swiss Ball
Declaration
Swift
static var alternatingDumbbellBicepsCurlOnSwissBall: CurlExerciseName { get } -
Alternating Incline Dumbbell Biceps Curl
Declaration
Swift
static var alternatingInclineDumbbellBicepsCurl: CurlExerciseName { get } -
Barbell Biceps Curl
Declaration
Swift
static var barbellBicepsCurl: CurlExerciseName { get } -
Barbell Reverse Wrist Curl
Declaration
Swift
static var barbellReverseWristCurl: CurlExerciseName { get } -
Barbell Wrist Curl
Declaration
Swift
static var barbellWristCurl: CurlExerciseName { get } -
Behind the Back Barbell Reverse Wrist Curl
Declaration
Swift
static var behindTheBackBarbellReverseWristCurl: CurlExerciseName { get } -
Behind the Back one Arm Cable Curl
Declaration
Swift
static var behindTheBackOneArmCableCurl: CurlExerciseName { get } -
Cable Biceps Curl
Declaration
Swift
static var cableBicepsCurl: CurlExerciseName { get } -
Cable Hammer Curl
Declaration
Swift
static var cableHammerCurl: CurlExerciseName { get } -
Cheating Barbell Biceps Curl
Declaration
Swift
static var cheatingBarbellBicepsCurl: CurlExerciseName { get } -
Close Grip EZ Bar Biceps Curl
Declaration
Swift
static var closeGripEzBarBicepsCurl: CurlExerciseName { get } -
Cross Body Dumbbell Hammer Curl
Declaration
Swift
static var crossBodyDumbbellHammerCurl: CurlExerciseName { get } -
Dead Hang Biceps Curl
Declaration
Swift
static var deadHangBicepsCurl: CurlExerciseName { get } -
Decline Hammer Curl
Declaration
Swift
static var declineHammerCurl: CurlExerciseName { get } -
Dumbbell Biceps Curl with Static Hold
Declaration
Swift
static var dumbbellBicepsCurlStaticHold: CurlExerciseName { get } -
Dumbbell Hammer Curl
Declaration
Swift
static var dumbellHammerCurl: CurlExerciseName { get } -
Dumbbell Reverse Wrist Curl
Declaration
Swift
static var dumbbellReverseWristCurl: CurlExerciseName { get } -
Dumbbell Wrist Curl
Declaration
Swift
static var dumbbellWristCurl: CurlExerciseName { get } -
EZ Bar Preacher Curl
Declaration
Swift
static var ezBarPreacherCurl: CurlExerciseName { get } -
Forward Bend Biceps Curl
Declaration
Swift
static var forwardBendBicepsCurl: CurlExerciseName { get } -
Hammer Curl to Press
Declaration
Swift
static var hammerCurlToPress: CurlExerciseName { get } -
Incline Dumbbell Biceps Curl
Declaration
Swift
static var inclineDumbbellBicepsCurl: CurlExerciseName { get } -
Incline Offset Thumb Dumbbell Curl
Declaration
Swift
static var inclineOffsetThumbDumbbellCurl: CurlExerciseName { get } -
Kettlebell Biceps Curl
Declaration
Swift
static var kettlebellBicepsCurl: CurlExerciseName { get } -
Lying Concentration Cable Curl
Declaration
Swift
static var lyingConcentrationCableCurl: CurlExerciseName { get } -
One Arm Preacher Curl
Declaration
Swift
static var oneArmPreacherCurl: CurlExerciseName { get } -
Plate Pinch Curl
Declaration
Swift
static var platePinchCurl: CurlExerciseName { get } -
Preacher Curl with Cable
Declaration
Swift
static var preacherCurlCable: CurlExerciseName { get } -
Reverse EZ Bar Curl
Declaration
Swift
static var reverseEzBarCurl: CurlExerciseName { get } -
Reverse Grip Wrist Curl
Declaration
Swift
static var reverseGripWristCurl: CurlExerciseName { get } -
Reverse Grip Barbell Biceps Curl
Declaration
Swift
static var reverseGripBarbellBicepsCurl: CurlExerciseName { get } -
Seated Alternating Dumbbell Biceps Curl
Declaration
Swift
static var seatedAlternatingDumbbellBicepsCurl: CurlExerciseName { get } -
Seated Dumbbell Biceps Curl
Declaration
Swift
static var seatedDumbbellBicepsCurl: CurlExerciseName { get } -
Seated Reverse Dumbbell Biceps Curl
Declaration
Swift
static var seatedReverseDumbbellBicepsCurl: CurlExerciseName { get } -
Split Stance Offset Pinky Dumbbell Curl
Declaration
Swift
static var splitStanceOffsetPinkyDumbbellCurl: CurlExerciseName { get } -
Standing Alternating Dumbbell Curls
Declaration
Swift
static var standingAlternatingDumbbellCurls: CurlExerciseName { get } -
Standing Dumbbell Biceps Curl
Declaration
Swift
static var standingDumbbellBicepsCurl: CurlExerciseName { get } -
Standing EZ Bar Biceps Curl
Declaration
Swift
static var standingEzBarBicepsCurl: CurlExerciseName { get } -
Static Curl
Declaration
Swift
static var staticCurl: CurlExerciseName { get } -
Swiss Ball Dumbbell Overhead Triceps Extension
Declaration
Swift
static var swissBallDumbbellOverheadTricepsExtension: CurlExerciseName { get } -
Swiss Ball EZ Bar Preacher Curl
Declaration
Swift
static var swissBallEzBarPreacherCurl: CurlExerciseName { get } -
Twisting Standing Dumbbell Biceps Curl
Declaration
Swift
static var twistingStandingDumbbellBicepsCurl: CurlExerciseName { get } -
Wide Grip EZ Bar Biceps Curl
Declaration
Swift
static var wideGripEzBarBicepsCurl: CurlExerciseName { get }