Decision Center API

ilog.rules.teamserver.model
Enum MergeOperation.Action

java.lang.Object
  extended by java.lang.Enum<MergeOperation.Action>
      extended by ilog.rules.teamserver.model.MergeOperation.Action
All Implemented Interfaces:
Serializable, Comparable<MergeOperation.Action>
Enclosing class:
MergeOperation

public static enum MergeOperation.Action
extends Enum<MergeOperation.Action>

List of actions that can be applied to the MergeOperation elements. PublishLeft to update the data on the left branch. PublishRight to update the data on the right branch. Ignore to filter out this action. PublishBoth to update the data on both branches.


Enum Constant Summary
Ignore
           
PublishBoth
           
PublishLeft
           
PublishRight
           
 
Method Summary
static MergeOperation.Action valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MergeOperation.Action[] 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

PublishLeft

public static final MergeOperation.Action PublishLeft

PublishRight

public static final MergeOperation.Action PublishRight

Ignore

public static final MergeOperation.Action Ignore

PublishBoth

public static final MergeOperation.Action PublishBoth
Method Detail

values

public static MergeOperation.Action[] values()
Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static MergeOperation.Action valueOf(String name)
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null
Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name

Decision Center API

© Copyright IBM Corp. 1987, 2013