EewIntensityMaxIntChangeReason enum

最大予測震度または最大予測長周期地震動階級変化の理由を記載します。0 から 9 までの整数値を使用します。

Inheritance
Available extensions

Values

noChange → const EewIntensityMaxIntChangeReason

変化なし

const EewIntensityMaxIntChangeReason('変化なし')
mChange → const EewIntensityMaxIntChangeReason

主としてMが変化したため(1.0 以上)

const EewIntensityMaxIntChangeReason('主としてMが変化したため(1.0以上)')
epicenterChange → const EewIntensityMaxIntChangeReason

主として震央位置が変化したため(10.0km 以上)

const EewIntensityMaxIntChangeReason('主として震央位置が変化したため(10.0km以上)')
mAndEpicenterChange → const EewIntensityMaxIntChangeReason

M及び震央位置が変化したため(1 と 2 の複合条件)

const EewIntensityMaxIntChangeReason('M及び震央位置が変化したため(1と2の複合条件)')
depthChange → const EewIntensityMaxIntChangeReason

震源の深さが変化したため(上記のいずれにもあてはまらず、30.0km 以上の変化)

const EewIntensityMaxIntChangeReason('震源の深さが変化したため(上記のいずれにもあてはまらず、30.0km以上の変化)')
byPlumAssume → const EewIntensityMaxIntChangeReason

PLUM法による予測により変化したため

const EewIntensityMaxIntChangeReason('PLUM法による予測により変化したため')

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