ExerciseNameType

public protocol ExerciseNameType

Exercise Name Protocol

  • Exercise Catagory Type

    Declaration

    Swift

    var catagory: ExerciseCategory { get }
  • Name of Exercise

    Declaration

    Swift

    var name: String { get }
  • Number for the Exercise from FIT

    Declaration

    Swift

    var number: UInt16 { get }
  • Creates a ExerciseName Object

    Declaration

    Swift

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

    Parameters

    rawValue

    exerciseNumber

    Return Value

    ExerciseName Object