UtilityAssetGroup class final

A utility network asset group.

UtilityAssetGroup is the first-level categorization of an UtilityNetworkSource. (UtilityAssetType is the second-level categorization.) This class provides information about the UtilityAssetGroup, including the UtilityAssetType collection that is contained therein.

Implemented types

Properties

assetTypes List<UtilityAssetType>
The collection of UtilityAssetType objects defining the asset types contained in the UtilityAssetGroup.
no setter
code int
The code of the UtilityAssetGroup.
no setter
hashCode int
The hash code for this object.
no setterinherited
name String
The name of the UtilityAssetGroup.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAssetType(String name) UtilityAssetType?
Gets an UtilityAssetType from the UtilityAssetGroup by name.
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