Class UtilityAssetGroup


  • public final class UtilityAssetGroup
    extends Object
    Describes the configuration of a particular AssetGroup in a Utility Network.
    Since:
    100.6.0
    • Method Detail

      • getAssetType

        public UtilityAssetType getAssetType​(String name)
        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

        public List<UtilityAssetType> 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

        public String getName()
        Gets the asset group's name.
        Returns:
        the name of the asset group
        Since:
        100.6.0