public enum EASupportedDBMS extends Enum<EASupportedDBMS>
Enum Constant and Description |
---|
ORACLE |
POSTGRESQL |
SQLSERVER2012 |
Modifier and Type | Method and Description |
---|---|
String |
getDmPatternFileName() |
String |
getDmPatternPackageName() |
String |
getGenType() |
static EASupportedDBMS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EASupportedDBMS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EASupportedDBMS ORACLE
public static final EASupportedDBMS POSTGRESQL
public static final EASupportedDBMS SQLSERVER2012
public static EASupportedDBMS[] values()
for (EASupportedDBMS c : EASupportedDBMS.values()) System.out.println(c);
public static EASupportedDBMS 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 getGenType()
public String getDmPatternFileName()
public String getDmPatternPackageName()
Copyright © 2018. All rights reserved.