ShoulderPressExerciseName

public struct ShoulderPressExerciseName : ExerciseName
extension ShoulderPressExerciseName: Hashable

Shoulder Press Exercise Name

  • Exercise Name Type

    Declaration

    Swift

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

    Declaration

    Swift

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

    Parameters

    rawValue

    exerciseNumber

    Return Value

    ExerciseName Object

Exercise Types

  • Alternating Dumbbell Shoulder Press

    Declaration

    Swift

    static var alternatingDumbbellShoulderPress: ShoulderPressExerciseName { get }
  • Arnold Press

    Declaration

    Swift

    static var arnoldPress: ShoulderPressExerciseName { get }
  • Barbell Front Squat to Push Press

    Declaration

    Swift

    static var barbellFrontSquatPushPress: ShoulderPressExerciseName { get }
  • Barbell Push Press

    Declaration

    Swift

    static var barbellPushPress: ShoulderPressExerciseName { get }
  • Barbell Shoulder Press

    Declaration

    Swift

    static var barbellShoulderPress: ShoulderPressExerciseName { get }
  • Dead Curl Press

    Declaration

    Swift

    static var deadCurlPress: ShoulderPressExerciseName { get }
  • Dumbbell Alternating Shoulder Press and Twist

    Declaration

    Swift

    static var dumbbellAlternatingShoulderPressTwist: ShoulderPressExerciseName { get }
  • Dumbbell Hammer Curl to Lunge to Press

    Declaration

    Swift

    static var dumbbellHammerCurlLungePress: ShoulderPressExerciseName { get }
  • Dumbbell Push Press

    Declaration

    Swift

    static var dumbbellPushPress: ShoulderPressExerciseName { get }
  • Floor Inverted Shoulder Press

    Declaration

    Swift

    static var floorInvertedShoulderPress: ShoulderPressExerciseName { get }
  • Weighted Floor Inverted Shoulder Press

    Declaration

    Swift

    static var weightedFloorInvertedShoulderPress: ShoulderPressExerciseName { get }
  • Inverted Shoulder Press

    Declaration

    Swift

    static var invertedShoulderPress: ShoulderPressExerciseName { get }
  • Weighted Inverted Shoulder Press

    Declaration

    Swift

    static var weightedInvertedShoulderPress: ShoulderPressExerciseName { get }
  • One Arm Push Press

    Declaration

    Swift

    static var oneArmPushPress: ShoulderPressExerciseName { get }
  • Overhead Barbell Press

    Declaration

    Swift

    static var overheadBarbellPress: ShoulderPressExerciseName { get }
  • Overhead Dumbbell Press

    Declaration

    Swift

    static var overheadDumbbellPress: ShoulderPressExerciseName { get }
  • Seated Barbell Shoulder Press

    Declaration

    Swift

    static var seatedBarbellShoulderPress: ShoulderPressExerciseName { get }
  • Seated Dumbbell Shoulder Press

    Declaration

    Swift

    static var seatedDumbbellShoulderPress: ShoulderPressExerciseName { get }
  • Single Arm Dumbbell Shoulder Press

    Declaration

    Swift

    static var singleArmDumbbellShoulderPress: ShoulderPressExerciseName { get }
  • Single Arm Step Up and Press

    Declaration

    Swift

    static var singleArmStepUpPress: ShoulderPressExerciseName { get }
  • Smith Machine Overhead Press

    Declaration

    Swift

    static var smithMachineOverheadPress: ShoulderPressExerciseName { get }
  • Split Stance Hammer Curl to Press

    Declaration

    Swift

    static var splitStanceHammerCurlPress: ShoulderPressExerciseName { get }
  • Swiss Ball Dumbbell Shoulder Press

    Declaration

    Swift

    static var swissBallDumbbellShoulderPress: ShoulderPressExerciseName { get }
  • Weight Plate Front Raise

    Declaration

    Swift

    static var weightPlateFrontRaise: ShoulderPressExerciseName { get }