public enum DataSourceRecordType extends Enum<DataSourceRecordType>
| Enum Constant and Description |
|---|
ADD_DATA_SOURCE |
ADD_DATA_SOURCE_PARAMETER |
DELETE_DATA_SOURCE |
DELETE_DATA_SOURCE_PARAMETER |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceRecordType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSourceRecordType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSourceRecordType ADD_DATA_SOURCE
public static final DataSourceRecordType ADD_DATA_SOURCE_PARAMETER
public static final DataSourceRecordType DELETE_DATA_SOURCE
public static final DataSourceRecordType DELETE_DATA_SOURCE_PARAMETER
public static DataSourceRecordType[] values()
for (DataSourceRecordType c : DataSourceRecordType.values()) System.out.println(c);
public static DataSourceRecordType 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 nullCopyright © 2013 BonitaSoft. All Rights Reserved.