TsunamiObservationStationMaxHeightCondition enum

取りうる値は 微弱,観測中,重要 津波が小さい場合や、津波警報以上でまだ津波の観測値が小さい場合、重要な場合に出現する

Inheritance
  • Object
  • Enum
  • TsunamiObservationStationMaxHeightCondition
Available extensions
Annotations
  • @JsonEnum(valueField: 'description')

Values

weak → const TsunamiObservationStationMaxHeightCondition

微弱

const TsunamiObservationStationMaxHeightCondition('微弱')
observing → const TsunamiObservationStationMaxHeightCondition

観測中

const TsunamiObservationStationMaxHeightCondition('観測中')
important → const TsunamiObservationStationMaxHeightCondition

重要

const TsunamiObservationStationMaxHeightCondition('重要')

Properties

description String
final
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

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<TsunamiObservationStationMaxHeightCondition>
A constant List of the values in this enum, in order of their declaration.