All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProcessTemplatePackage.AuditSetting

java.lang.Object
   |
   +----com.ibm.workflow.api.ProcessTemplatePackage.AuditSetting

public final class AuditSetting
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _CONDENSED
 o _FULL
 o _NO_AUDIT
 o _NOT_SET
 o CONDENSED
 o FULL
 o NO_AUDIT
 o NOT_SET

Method Index

 o from_int(int)
Returns the solitaire representing the given (zero-based) numeric value.
 o value()
Returns the numeric value of the enumeration object.

Variables

 o _NOT_SET
 public static final int _NOT_SET
 o _NO_AUDIT
 public static final int _NO_AUDIT
 o _CONDENSED
 public static final int _CONDENSED
 o _FULL
 public static final int _FULL
 o NOT_SET
 public static final AuditSetting NOT_SET
 o NO_AUDIT
 public static final AuditSetting NO_AUDIT
 o CONDENSED
 public static final AuditSetting CONDENSED
 o FULL
 public static final AuditSetting FULL

Methods

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

Returns:
the numeric value of the enumeration object.
 o 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.
Returns:
the solitaire representing the numeric value.

All Packages  Class Hierarchy  This Package  Previous  Next  Index