Class UtilityCategory


  • public final class UtilityCategory
    extends java.lang.Object
    Defines a characteristic of an asset in a network. It can be used during tracing operations to define constraints or conditions based upon specific characteristics of asset types in the network.
    Since:
    100.6.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Gets the category's name.
      • Methods inherited from class java.lang.Object

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

      • getName

        public java.lang.String getName()
        Gets the category's name.
        Returns:
        the name of the category
        Since:
        100.6.0