BuildingSublayerDiscipline enum

An enumeration of the available disciplines of a BuildingSublayer.

Inheritance
Available extensions

Values

unknown → const BuildingSublayerDiscipline

An unknown or unspecified discipline.

architectural → const BuildingSublayerDiscipline

An architectural discipline.

structural → const BuildingSublayerDiscipline

A structural discipline.

mechanical → const BuildingSublayerDiscipline

A mechanical discipline.

electrical → const BuildingSublayerDiscipline

An electrical discipline.

piping → const BuildingSublayerDiscipline

A piping/plumbing discipline.

Properties

coreValue → RT_BuildingSublayerDiscipline
Convert to internal value.
no setter
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<BuildingSublayerDiscipline>
A constant List of the values in this enum, in order of their declaration.