All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.ibm.workflow.api.ProgramDataPackage.Style

java.lang.Object
   |
   +----com.ibm.workflow.api.ProgramDataPackage.Style

public final class Style
extends Object
implements Serializable
Version:
3.2.0.2

Variable Index

 o _INVISIBLE
 o _MAXIMIZED
 o _MINIMIZED
 o _NOT_SET
 o _VISIBLE
 o INVISIBLE
 o MAXIMIZED
 o MINIMIZED
 o NOT_SET
 o VISIBLE

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 _VISIBLE
 public static final int _VISIBLE
 o _INVISIBLE
 public static final int _INVISIBLE
 o _MINIMIZED
 public static final int _MINIMIZED
 o _MAXIMIZED
 public static final int _MAXIMIZED
 o NOT_SET
 public static final Style NOT_SET
 o VISIBLE
 public static final Style VISIBLE
 o INVISIBLE
 public static final Style INVISIBLE
 o MINIMIZED
 public static final Style MINIMIZED
 o MAXIMIZED
 public static final Style MAXIMIZED

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 Style 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