com.ibm.tivoli.maximo.map

Class MapActions

  • java.lang.Object
    • java.lang.Enum
      • com.ibm.tivoli.maximo.map.MapActions
  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable


    public final class MapActions
    extends java.lang.Enum
    See Also:
    Serialized Form
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static MapActions valueOf(java.lang.String name) 
      static MapActions[] values() 
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • showMBOLocation

        public static final MapActions showMBOLocation
      • noAction

        public static final MapActions noAction
    • Method Detail

      • valueOf

        public static MapActions valueOf(java.lang.String name)