com.ibm.workflow.api.ProcessTemplatePackage
Class AuditSetting

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

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

See Also:
Serialized Form

Field Summary
static int _CONDENSED
           
static int _FILTER
           
static int _FULL
           
static int _NO_AUDIT
           
static int _NOT_SET
           
static AuditSetting CONDENSED
           
static AuditSetting FILTER
           
static AuditSetting FULL
           
static AuditSetting NO_AUDIT
           
static AuditSetting NOT_SET
           
 
Method Summary
static AuditSetting 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_SET

public static final int _NOT_SET

_NO_AUDIT

public static final int _NO_AUDIT

_CONDENSED

public static final int _CONDENSED

_FULL

public static final int _FULL

_FILTER

public static final int _FILTER

NOT_SET

public static final AuditSetting NOT_SET

NO_AUDIT

public static final AuditSetting NO_AUDIT

CONDENSED

public static final AuditSetting CONDENSED

FULL

public static final AuditSetting FULL

FILTER

public static final AuditSetting FILTER
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 AuditSetting 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, 2008. All Rights Reserved.