Leggingswijze enum
Values
- a1 → const Leggingswijze
-
const Leggingswijze('A1 — In isolerende buis, ingebouwd in thermisch isolerende wand') - a2 → const Leggingswijze
-
const Leggingswijze('A2 — In isolerende buis, ingebouwd in gemetselde wand') - b1 → const Leggingswijze
-
const Leggingswijze('B1 — In kabelkanaal/buis op/in wand (meerkabelig)') - b2 → const Leggingswijze
-
const Leggingswijze('B2 — In kabelkanaal/buis op/in wand (eénkabelig)') - c → const Leggingswijze
-
const Leggingswijze('C — Aanliggend aan wand/plafond (direct op oppervlak)') - d1 → const Leggingswijze
-
const Leggingswijze('D1 — Direct ingegraven (in grond)') - d2 → const Leggingswijze
-
const Leggingswijze('D2 — In buis ingegraven') - e → const Leggingswijze
-
const Leggingswijze('E — In vrije lucht (1 D van oppervlak)') - f → const Leggingswijze
-
const Leggingswijze('F — Op kabelgoot (touching)') - g → const Leggingswijze
-
const Leggingswijze('G — Op kabelgoot (spaced, 1 D)')
Properties
- code → String
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- isGrond → bool
-
no setter
- isVrijeLucht → 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
-
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<
Leggingswijze> - A constant List of the values in this enum, in order of their declaration.