public enum StiConstants extends java.lang.Enum<StiConstants>
| Enum Constant and Description |
|---|
ENCODING
Кодировка.
|
FILE_NAME_CONFIGURE_PROPERTIES
Имя файла соержащего конфигурационные настройки приложения.
|
STIMULSOFT_CLIENT_KEY
Основной ключ для передачи даных при вызове сервлета .
|
STIMULSOFT_DESIGNER
Ключ определяющий что работа ведется с designer.
|
STIMULSOFT_DIR_PATERN
Ключ для подстановки в проперти файлах основной директории приложения.
|
STIMULSOFT_LOAD_DATA_KEY
Ключ для передачи даных при загрузке данных отчета.
|
STIMULSOFT_REPORT_KEY
Ключ для передачи даных при загрузке отчета.
|
STIMULSOFT_SAVE_KEY
Ключ для передачи даных при сохранении отчета.
|
STIMULSOFT_VIEWER
Ключ определяющий что работа ведется с viewer.
|
SUCCESSFULL
Сообщенее об успешном завершени.
|
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
value |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static StiConstants |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StiConstants FILE_NAME_CONFIGURE_PROPERTIES
public static final StiConstants STIMULSOFT_DIR_PATERN
public static final StiConstants ENCODING
public static final StiConstants STIMULSOFT_SAVE_KEY
public static final StiConstants STIMULSOFT_LOAD_DATA_KEY
public static final StiConstants STIMULSOFT_REPORT_KEY
public static final StiConstants STIMULSOFT_CLIENT_KEY
public static final StiConstants SUCCESSFULL
public static final StiConstants STIMULSOFT_DESIGNER
public static final StiConstants STIMULSOFT_VIEWER
public static StiConstants[] values()
for (StiConstants c : StiConstants.values()) System.out.println(c);
public static StiConstants valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<StiConstants>Copyright © 2019 Stimulsoft. All Rights Reserved.