Module com.esri.arcgisruntime
Class UtilityAssetGroup
java.lang.Object
com.esri.arcgisruntime.utilitynetworks.UtilityAssetGroup
Describes the configuration of a particular AssetGroup in a Utility Network.
- Since:
- 100.6.0
-
Method Summary
Modifier and TypeMethodDescriptiongetAssetType
(String name) Gets an asset type for the given name of asset type.Gets an unmodifiable list of the asset group's asset types.int
getCode()
Gets the asset group's code.getName()
Gets the asset group's name.
-
Method Details
-
getAssetType
Gets an asset type for the given name of asset type.- Parameters:
name
- the name of asset type to retrieve- Returns:
- the UtilityAssetType for the given name of asset type or null if name not found
- Since:
- 100.6.0
-
getAssetTypes
Gets an unmodifiable list of the asset group's asset types.- Returns:
- an unmodifiable list of asset types
- Since:
- 100.6.0
-
getCode
public int getCode()Gets the asset group's code.- Returns:
- the asset group code
- Since:
- 100.6.0
-
getName
Gets the asset group's name.- Returns:
- the name of the asset group
- Since:
- 100.6.0
-