Enum Class StiConstants

java.lang.Object
java.lang.Enum<StiConstants>
com.stimulsoft.web.utils.StiConstants
All Implemented Interfaces:
Serializable, Comparable<StiConstants>, Constable

public enum StiConstants extends Enum<StiConstants>
Copyright Stimulsoft
  • Enum Constant Details

    • FILE_NAME_CONFIGURE_PROPERTIES

      public static final StiConstants FILE_NAME_CONFIGURE_PROPERTIES
    • STIMULSOFT_DIR_PATERN

      public static final StiConstants STIMULSOFT_DIR_PATERN
    • ENCODING

      public static final StiConstants ENCODING
    • STIMULSOFT_SAVE_KEY

      public static final StiConstants STIMULSOFT_SAVE_KEY
    • STIMULSOFT_LOAD_DATA_KEY

      public static final StiConstants STIMULSOFT_LOAD_DATA_KEY
    • STIMULSOFT_REPORT_KEY

      public static final StiConstants STIMULSOFT_REPORT_KEY
    • STIMULSOFT_CLIENT_KEY

      public static final StiConstants STIMULSOFT_CLIENT_KEY
    • SUCCESSFULL

      public static final StiConstants SUCCESSFULL
    • STIMULSOFT_DESIGNER

      public static final StiConstants STIMULSOFT_DESIGNER
    • STIMULSOFT_VIEWER

      public static final StiConstants STIMULSOFT_VIEWER
  • Field Details

    • value

      public final String value
  • Method Details

    • values

      public static StiConstants[] 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 StiConstants 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()
      Overrides:
      toString in class Enum<StiConstants>