JmaLgIntensity enum
気象庁長周期地震動階級階級 + α
Values
- unknown → const JmaLgIntensity
-
長周期地震動階級不明
const JmaLgIntensity('長周期地震動階級不明')
- int0 → const JmaLgIntensity
-
長周期地震動階級1未満
const JmaLgIntensity('長周期地震動階級1未満')
- int1 → const JmaLgIntensity
-
長周期地震動階級1
const JmaLgIntensity('長周期地震動階級1')
- int2 → const JmaLgIntensity
-
長周期地震動階級2
const JmaLgIntensity('長周期地震動階級2')
- int3 → const JmaLgIntensity
-
長周期地震動階級3
const JmaLgIntensity('長周期地震動階級3')
- int4 → const JmaLgIntensity
-
長周期地震動階級4
const JmaLgIntensity('長周期地震動階級4')
- over → const JmaLgIntensity
-
const JmaLgIntensity('程度以上')
Properties
- 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<
JmaLgIntensity> - A constant List of the values in this enum, in order of their declaration.