Enum Class EChartDisplay

java.lang.Object
java.lang.Enum<EChartDisplay>
be.gaudry.swing.component.table.tablechart.EChartDisplay
All Implemented Interfaces:
Serializable, Comparable<EChartDisplay>, Constable

public enum EChartDisplay extends Enum<EChartDisplay>
Since:
1.0 Sep 2, 2009, 0.0.1-SNAPSHOT
Version:
%I%, %G%
Author:
Steph GAUDRY
  • Enum Constant Details

  • Method Details

    • values

      public static EChartDisplay[] 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 EChartDisplay 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
    • toString

      public String toString()
      Returns a localized representation of an EChartDisplay, or the name of this enum constant (as contained in the declaration) if an error occurs when trying to use the language resource file.
      Overrides:
      toString in class Enum<EChartDisplay>
      See Also:
      LanguageHelper
    • getDescription

      public String getDescription()
      Returns a localized description of an EChartDisplay, or the name of this enum constant (as contained in the declaration) if an error occurs when trying to use the language resource file.
      See Also:
      LanguageHelper