|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<MetaDataDefs.ForceModModeValue>
com.ca.commons.datamodel.MetaDataDefs.ForceModModeValue
public static enum MetaDataDefs.ForceModModeValue
Possible values for MetaDataDefs.MD_FORCE_MOD_MODE.
| Enum Constant Summary | |
|---|---|
DELTA
Specifies a REPLACE_ATTRIBUTE modification item is replaced by one or both equivalent ADD_ATTRIBUTE and REMOVE_ATTRIBUTE deltas, and a REPLACE_ATTRIBUTE with no values (ie completely remove the attr) is replaced by a REMOVE_ATTRIBUTE with all current values mentioned explicitly. |
|
DELTA_WITH_REMOVES_FIRST
Same meaning as DELTA
except that order is reversed so that REMOVE_ATTRIBUTE delta modification
items appear before ADD_ATTRIBUTE deltas (required for some endpoints
like PPS). |
|
PRESERVE
Disable all modification item rewriting for this attribute |
|
REPLACE
Specifies an ADD_ATTRIBUTE or REMOVE_ATTRIBUTE modification item is replaced by equivalent item with op=REPLACE_ATTRIBUTE. |
|
| Method Summary | |
|---|---|
static MetaDataDefs.ForceModModeValue |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static MetaDataDefs.ForceModModeValue[] |
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 MetaDataDefs.ForceModModeValue REPLACE
public static final MetaDataDefs.ForceModModeValue DELTA
public static final MetaDataDefs.ForceModModeValue DELTA_WITH_REMOVES_FIRST
DELTA
except that order is reversed so that REMOVE_ATTRIBUTE delta modification
items appear before ADD_ATTRIBUTE deltas (required for some endpoints
like PPS).
public static final MetaDataDefs.ForceModModeValue PRESERVE
| Method Detail |
|---|
public static MetaDataDefs.ForceModModeValue[] values()
for (MetaDataDefs.ForceModModeValue c : MetaDataDefs.ForceModModeValue.values()) System.out.println(c);
public static MetaDataDefs.ForceModModeValue 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 | |||||||||