FlyeExerciseName

public struct FlyeExerciseName : ExerciseName
extension FlyeExerciseName: Hashable

Flye Exercise Name

  • Exercise Name Type

    Declaration

    Swift

    public typealias ExerciseNameType = FlyeExerciseName
  • 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: [FlyeExerciseName] { get }
  • Creates a ExerciseName Object

    Declaration

    Swift

    static func create(rawValue: UInt16) -> FlyeExerciseName?

    Parameters

    rawValue

    exerciseNumber

    Return Value

    ExerciseName Object

Exercise Types

  • Cable Crossover

    Declaration

    Swift

    static var cableCrossover: FlyeExerciseName { get }
  • Decline Dumbbell Flye

    Declaration

    Swift

    static var declineDumbbellFlye: FlyeExerciseName { get }
  • Dumbbell Flye

    Declaration

    Swift

    static var dumbbellFlye: FlyeExerciseName { get }
  • Incline Dumbbell Flye

    Declaration

    Swift

    static var inclineDumbbellFlye: FlyeExerciseName { get }
  • Kettlebell Flye

    Declaration

    Swift

    static var kettlebellFlye: FlyeExerciseName { get }
  • Kneeling Rear Flye

    Declaration

    Swift

    static var kneelingRearFlye: FlyeExerciseName { get }
  • Single Arm Standing Cable Reverse Flye

    Declaration

    Swift

    static var singleArmStandingCableReverseFlye: FlyeExerciseName { get }
  • Swiss Ball Dumbbell Flye

    Declaration

    Swift

    static var swissBallDumbbellFlye: FlyeExerciseName { get }