UtilityNetworkSourceUsageType enum

An enumeration of the various usage types of an UtilityNetworkSource.

These values indicate how an UtilityNetworkSource is used in a utility network.

Inheritance
Available extensions

Values

device → const UtilityNetworkSourceUsageType

Network devices, such as transformers or valves.

junction → const UtilityNetworkSourceUsageType

Miscellaneous junctions not typically tracked as assets, such as taps.

line → const UtilityNetworkSourceUsageType

Lines such as conductors, pipes, or fiber strands.

assembly → const UtilityNetworkSourceUsageType

Assemblies such as switchgear.

subnetLine → const UtilityNetworkSourceUsageType

System-generated subnetwork lines.

structureJunction → const UtilityNetworkSourceUsageType

Point structures, such as poles.

structureLine → const UtilityNetworkSourceUsageType

Linear structures, such as ducts, conduits, or buffer tubes.

structureBoundary → const UtilityNetworkSourceUsageType

Polygonal structures, such as substations or town border stations.

junctionObject → const UtilityNetworkSourceUsageType

Non-spatial junctions, such as a transceiver in a fiber network.

edgeObject → const UtilityNetworkSourceUsageType

Non-spatial edge, such as a fiber strand in a fiber cable.

structureJunctionObject → const UtilityNetworkSourceUsageType

Non-spatial structure junction, such as a duct port in a manhole.

structureEdgeObject → const UtilityNetworkSourceUsageType

Non-spatial structure edge, such as a duct in a duct bank.

Properties

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