Enum Class StatsColumn

java.lang.Object
java.lang.Enum<StatsColumn>
net.sourceforge.plantuml.stats.api.StatsColumn
All Implemented Interfaces:
Serializable, Comparable<StatsColumn>, Constable

public enum StatsColumn extends Enum<StatsColumn>
  • Enum Constant Details

    • SESSION_ID

      public static final StatsColumn SESSION_ID
    • DIAGRAM_TYPE

      public static final StatsColumn DIAGRAM_TYPE
    • FORMAT

      public static final StatsColumn FORMAT
    • VERSION

      public static final StatsColumn VERSION
    • STARTING

      public static final StatsColumn STARTING
    • LAST

      public static final StatsColumn LAST
    • DURATION_STRING

      public static final StatsColumn DURATION_STRING
    • PARSED_COUNT

      public static final StatsColumn PARSED_COUNT
    • PARSED_MEAN_TIME

      public static final StatsColumn PARSED_MEAN_TIME
    • PARSED_STANDARD_DEVIATION

      public static final StatsColumn PARSED_STANDARD_DEVIATION
    • PARSED_MAX_TIME

      public static final StatsColumn PARSED_MAX_TIME
    • GENERATED_COUNT

      public static final StatsColumn GENERATED_COUNT
    • GENERATED_MEAN_TIME

      public static final StatsColumn GENERATED_MEAN_TIME
    • GENERATED_STANDARD_DEVIATION

      public static final StatsColumn GENERATED_STANDARD_DEVIATION
    • GENERATED_MAX_TIME

      public static final StatsColumn GENERATED_MAX_TIME
  • Method Details

    • values

      public static StatsColumn[] 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 StatsColumn 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
    • getTitle

      public String getTitle()