Enum Class EModuleMode

java.lang.Object
java.lang.Enum<EModuleMode>
kieker.analysis.generic.EModuleMode
All Implemented Interfaces:
Serializable, Comparable<EModuleMode>, Constable

public enum EModuleMode extends Enum<EModuleMode>
Since:
1.3.0
Author:
Reiner Jung
  • Enum Constant Details

    • MAP_MODE

      public static final EModuleMode MAP_MODE
    • MODULE_MODE

      public static final EModuleMode MODULE_MODE
    • JAVA_CLASS_MODE

      public static final EModuleMode JAVA_CLASS_MODE
    • JAVA_CLASS_LONG_MODE

      public static final EModuleMode JAVA_CLASS_LONG_MODE
    • PYTHON_CLASS_MODE

      public static final EModuleMode PYTHON_CLASS_MODE
    • FILE_MODE

      public static final EModuleMode FILE_MODE
  • Method Details

    • values

      public static EModuleMode[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static EModuleMode valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getModesInfo

      public static String getModesInfo()