UtilityAssociationType enum

An enumeration of the various types of associations supported by the utility network.

Inheritance
Available extensions

Values

connectivity → const UtilityAssociationType

The association represents connectivity between two junctions.

containment → const UtilityAssociationType

The association represents containment of one UtilityElement within another.

attachment → const UtilityAssociationType

The association represents a structural attachment.

junctionEdgeObjectConnectivityFromSide → const UtilityAssociationType

The association represents a junction or non-spatial junction connected to the end point of a non-spatial edge.

junctionEdgeObjectConnectivityMidspan → const UtilityAssociationType

The association represents a junction or non-spatial junction connected along the midspan of a non-spatial edge.

junctionEdgeObjectConnectivityToSide → const UtilityAssociationType

The association represents a junction or non-spatial junction connected to the start point of a non-spatial edge.

Properties

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