com.ptc.core.adapter.server.impl
Enum ActionWebject.Modification

java.lang.Object
  extended by java.lang.Enum<ActionWebject.Modification>
      extended by com.ptc.core.adapter.server.impl.ActionWebject.Modification
All Implemented Interfaces:
Serializable, Comparable<ActionWebject.Modification>
Enclosing class:
ActionWebject

public static enum ActionWebject.Modification
extends Enum<ActionWebject.Modification>

The enumeration used for the MODIFICATION parameter.

Supported API: true


Enum Constant Summary
ADD
           
DELETE
           
REMOVE
           
REPLACE
           
 
Method Summary
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

REPLACE

public static final ActionWebject.Modification REPLACE

ADD

public static final ActionWebject.Modification ADD

DELETE

public static final ActionWebject.Modification DELETE

REMOVE

public static final ActionWebject.Modification REMOVE