EarthquakeForecastCode enum
EarthquakeForecast コード表 (種別:"緊急地震速報")
Values
- forecastNotArrived → const EarthquakeForecastCode
-
緊急地震速報(予報) 主要動について、未到達と予測
const EarthquakeForecastCode('00', '緊急地震速報(予報)', '主要動について、未到達と予測')
- forecastArrived → const EarthquakeForecastCode
-
緊急地震速報(予報) 主要動について、既に到達と予測
const EarthquakeForecastCode('01', '緊急地震速報(予報)', '主要動について、既に到達と予測')
- forecastNotPredicted → const EarthquakeForecastCode
-
緊急地震速報(予報) 主要動の到達予想なし(PLUM法による予想)
const EarthquakeForecastCode('09', '緊急地震速報(予報)', '主要動の到達予想なし(PLUM法による予想)')
- warningNotArrived → const EarthquakeForecastCode
-
緊急地震速報(警報) 主要動について、未到達と予測
const EarthquakeForecastCode('10', '緊急地震速報(警報)', '主要動について、未到達と予測')
- warningArrived → const EarthquakeForecastCode
-
緊急地震速報(警報) 主要動について、既に到達と予測
const EarthquakeForecastCode('11', '緊急地震速報(警報)', '主要動について、既に到達と予測')
- warningNotPredicted → const EarthquakeForecastCode
-
緊急地震速報(警報) 主要動の到達予想なし(PLUM法による予想)
const EarthquakeForecastCode('19', '緊急地震速報(警報)', '主要動の到達予想なし(PLUM法による予想)')
Properties
- code → String
-
final
- description → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- longName → String
-
final
- 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
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
EarthquakeForecastCode> - A constant List of the values in this enum, in order of their declaration.