|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<IdMLConstants.Operations>
com.ibm.di.fc.idml.IdMLConstants.Operations
public static enum IdMLConstants.Operations
This enumeration contains the operations supported by the IDML schema.
Enum Constant Summary | |
---|---|
CREATE
Create operation. |
|
DELETE
Delete operation. |
|
MODIFY
Modify operation. |
Field Summary | |
---|---|
static String |
PARAM_NAME
This attribute is used to specify the operation of the created CI/Relationships. |
Method Summary | |
---|---|
static IdMLConstants.Operations |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static IdMLConstants.Operations[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final IdMLConstants.Operations CREATE
public static final IdMLConstants.Operations MODIFY
public static final IdMLConstants.Operations DELETE
Field Detail |
---|
public static final String PARAM_NAME
Method Detail |
---|
public static IdMLConstants.Operations[] values()
for (IdMLConstants.Operations c : IdMLConstants.Operations.values()) System.out.println(c);
public static IdMLConstants.Operations valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |