AR System Java API

com.bmc.arsys.api
Enum ARServerUser.ExecuteProcessActionType

java.lang.Object
  extended by java.lang.Enum<ARServerUser.ExecuteProcessActionType>
      extended by com.bmc.arsys.api.ARServerUser.ExecuteProcessActionType
All Implemented Interfaces:
Serializable, Comparable<ARServerUser.ExecuteProcessActionType>
Enclosing class:
ARServerUser

public static enum ARServerUser.ExecuteProcessActionType
extends Enum<ARServerUser.ExecuteProcessActionType>

Valid values for the action type to execute in ExecuteProcessForActiveLink


Enum Constant Summary
RunProcess
          Run process action
SetFields
          Set-fields action
Unknown
          Unknown action type
 
Method Summary
 int intValue()
           
static ARServerUser.ExecuteProcessActionType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ARServerUser.ExecuteProcessActionType[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

Unknown

public static final ARServerUser.ExecuteProcessActionType Unknown
Unknown action type


SetFields

public static final ARServerUser.ExecuteProcessActionType SetFields
Set-fields action


RunProcess

public static final ARServerUser.ExecuteProcessActionType RunProcess
Run process action

Method Detail

values

public static final ARServerUser.ExecuteProcessActionType[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(ARServerUser.ExecuteProcessActionType c : ARServerUser.ExecuteProcessActionType.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static ARServerUser.ExecuteProcessActionType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

intValue

public int intValue()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.