SchemaPhysicalActivityCategory enum
Categories of physical activity, organized by physiologic classification. See https://schema.org/PhysicalActivityCategory
Values
- aerobicActivity → const SchemaPhysicalActivityCategory
-
Physical activity of relatively low intensity that depends primarily on the aerobic energy-generating process; during activity, the aerobic metabolism uses oxygen to adequately meet energy demands during exercise.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- anaerobicActivity → const SchemaPhysicalActivityCategory
-
Physical activity that is of high-intensity which utilizes the anaerobic metabolism of the body.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- balance → const SchemaPhysicalActivityCategory
-
Physical activity that is engaged to help maintain posture and balance.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- flexibility → const SchemaPhysicalActivityCategory
-
Physical activity that is engaged in to improve joint and muscle flexibility.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- leisureTimeActivity → const SchemaPhysicalActivityCategory
-
Any physical activity engaged in for recreational purposes. Examples may include ballroom dancing, roller skating, canoeing, fishing, etc.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- occupationalActivity → const SchemaPhysicalActivityCategory
-
Any physical activity engaged in for job-related purposes. Examples may include waiting tables, maid service, carrying a mailbag, picking fruits or vegetables, construction work, etc.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
- strengthTraining → const SchemaPhysicalActivityCategory
-
Physical activity that is engaged in to improve muscle and bone strength. Also referred to as resistance training.
const SchemaPhysicalActivityCategory('https://schema.org/PhysicalActivityCategory')
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
Enum value as a string
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJsonLd(
) → String - Serialize SchemaPhysicalActivityCategory to JSON-LD
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SchemaPhysicalActivityCategory> - A constant List of the values in this enum, in order of their declaration.