public enum BeansConstants extends Enum<BeansConstants>
| Modifier and Type | Method and Description |
|---|---|
String |
getStringValue() |
static BeansConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BeansConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BeansConstants EMF_BEAN_NAME
public static final BeansConstants PRE_INSTALL_SCRIPTS_DIRECTORY
public static final BeansConstants POST_INSTALL_SCRIPTS_DIRECTORY
public static final BeansConstants PRE_SCRIPT_TYPE
public static final BeansConstants POST_SCRIPT_TYPE
public static final BeansConstants CHECK_HISTORY_TABLE_EXISTENCE_QUERY
public static final BeansConstants CREATE_HISTORY_TABLE_QUERY
public static final BeansConstants CHECK_SCRIPT_EXECUTED_QUERY
public static final BeansConstants ADD_DATA_INTO_HISTORY_TABLE_QUERY
public static BeansConstants[] values()
for (BeansConstants c : BeansConstants.values()) System.out.println(c);
public static BeansConstants valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getStringValue()
Copyright © 2025. All rights reserved.