com.ibm.workflow.api.ProgramTemplatePackage
Class ExeUser

java.lang.Object
  |
  +--com.ibm.workflow.api.ProgramTemplatePackage.ExeUser
All Implemented Interfaces:
java.io.Serializable

public final class ExeUser
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int _AGENT
           
static int _NOT_SPECIFIED
           
static int _STARTER
           
static ExeUser AGENT
           
static ExeUser NOT_SPECIFIED
           
static ExeUser STARTER
           
 
Method Summary
static ExeUser from_int(int $value)
          Returns the solitaire representing the given (zero-based) numeric value.
 int value()
          Returns the numeric value of the enumeration object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_NOT_SPECIFIED

public static final int _NOT_SPECIFIED

_AGENT

public static final int _AGENT

_STARTER

public static final int _STARTER

NOT_SPECIFIED

public static final ExeUser NOT_SPECIFIED

AGENT

public static final ExeUser AGENT

STARTER

public static final ExeUser STARTER
Method Detail

value

public int value()
Returns the numeric value of the enumeration object.
Returns:
the numeric value of the enumeration object.

from_int

public static ExeUser from_int(int $value)
Returns the solitaire representing the given (zero-based) numeric value.
Parameters:
$value - the numeric value to represent.


© Copyright IBM Corporation 1999, 2007. All Rights Reserved.