BeveiligingType enum
Values
- mcbB → const BeveiligingType
-
const BeveiligingType('MCB type B (Ia = 5×In)', 5) - mcbC → const BeveiligingType
-
const BeveiligingType('MCB type C (Ia = 10×In)', 10) - mcbD → const BeveiligingType
-
const BeveiligingType('MCB type D (Ia = 20×In)', 20) - handmatig → const BeveiligingType
-
const BeveiligingType('Handmatig (Ia direct invoeren)', 1) - gg02 → const BeveiligingType
-
const BeveiligingType('gG patroon (t ≤ 0,2 s)', 0) - gg04 → const BeveiligingType
-
const BeveiligingType('gG patroon (t ≤ 0,4 s)', 0) - gg1 → const BeveiligingType
-
const BeveiligingType('gG patroon (t ≤ 1 s)', 0) - gg5 → const BeveiligingType
-
const BeveiligingType('gG patroon (t ≤ 5 s)', 0)
Properties
- factor → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isGg → bool
-
no setter
- label → 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
-
berekenIa(
double waarde) → double -
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<
BeveiligingType> - A constant List of the values in this enum, in order of their declaration.