Class UtilityAssetGroup


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      UtilityAssetType getAssetType​(java.lang.String name)
      Gets an asset type for the given name of asset type.
      java.util.List<UtilityAssetType> getAssetTypes()
      Gets an unmodifiable list of the asset group's asset types.
      int getCode()
      Gets the asset group's code.
      java.lang.String getName()
      Gets the asset group's name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getAssetType

        public UtilityAssetType getAssetType​(java.lang.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 java.util.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 java.lang.String getName()
        Gets the asset group's name.
        Returns:
        the name of the asset group
        Since:
        100.6.0