public enum DatabaseLanguage extends java.lang.Enum<DatabaseLanguage>
DatabaseSetting
,
ProjectManager.loadDatabaseSetting(IProject, DatabaseType, DatabaseLanguage)
,
com.vp.plugin.ProjectManager#saveDatabaseSetting(IDatabaseSetting, IProject, DatabaseType, DatabaseLanguage)
Enum Constant and Description |
---|
DotNET |
EnterpriseObjectFramework |
Java |
PHP |
Modifier and Type | Method and Description |
---|---|
static DatabaseLanguage |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DatabaseLanguage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatabaseLanguage Java
public static final DatabaseLanguage DotNET
public static final DatabaseLanguage PHP
public static final DatabaseLanguage EnterpriseObjectFramework
public static DatabaseLanguage[] values()
for (DatabaseLanguage c : DatabaseLanguage.values()) System.out.println(c);
public static DatabaseLanguage 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 null