public enum ProjectTypeEnum extends java.lang.Enum<ProjectTypeEnum>
Enum Constant and Description |
---|
BOOMI |
EBS |
GENERAL |
GENERIC |
MDS |
MFT |
ORACLE_ANALYTICS_CLOUD |
ORACLE_APEX |
ORACLE_BI |
ORACLE_BI_V2 |
ORACLE_CPQ |
ORACLE_CX_COMMERCE_CLASSIC |
ORACLE_DATA_INTEGRATOR |
ORACLE_DB |
ORACLE_INTEGRATION_CLOUD |
ORACLE_SAAS_FSM |
ORACLE_TBI |
OracleForms |
OSB |
PARTIAL_FILE |
PARTIAL_JDBC |
SALESFORCE |
SAP |
UTILITY |
Modifier and Type | Method and Description |
---|---|
static ProjectTypeEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ProjectTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProjectTypeEnum GENERAL
public static final ProjectTypeEnum EBS
public static final ProjectTypeEnum PARTIAL_FILE
public static final ProjectTypeEnum PARTIAL_JDBC
public static final ProjectTypeEnum OracleForms
public static final ProjectTypeEnum ORACLE_DB
public static final ProjectTypeEnum ORACLE_BI
public static final ProjectTypeEnum ORACLE_BI_V2
public static final ProjectTypeEnum ORACLE_CX_COMMERCE_CLASSIC
public static final ProjectTypeEnum ORACLE_TBI
public static final ProjectTypeEnum ORACLE_APEX
public static final ProjectTypeEnum ORACLE_SAAS_FSM
public static final ProjectTypeEnum ORACLE_CPQ
public static final ProjectTypeEnum ORACLE_INTEGRATION_CLOUD
public static final ProjectTypeEnum ORACLE_ANALYTICS_CLOUD
public static final ProjectTypeEnum ORACLE_DATA_INTEGRATOR
public static final ProjectTypeEnum MFT
public static final ProjectTypeEnum SALESFORCE
public static final ProjectTypeEnum UTILITY
public static final ProjectTypeEnum MDS
public static final ProjectTypeEnum SAP
public static final ProjectTypeEnum OSB
public static final ProjectTypeEnum BOOMI
public static final ProjectTypeEnum GENERIC
public static ProjectTypeEnum[] values()
for (ProjectTypeEnum c : ProjectTypeEnum.values()) System.out.println(c);
public static ProjectTypeEnum 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