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
-
_INVISIBLE
-
-
_MAXIMIZED
-
-
_MINIMIZED
-
-
_NOT_SET
-
-
_VISIBLE
-
-
INVISIBLE
-
-
MAXIMIZED
-
-
MINIMIZED
-
-
NOT_SET
-
-
VISIBLE
-
-
from_int(int)
- Returns the solitaire representing the given (zero-based) numeric value.
-
value()
- Returns the numeric value of the enumeration object.
_NOT_SET
public static final int _NOT_SET
_VISIBLE
public static final int _VISIBLE
_INVISIBLE
public static final int _INVISIBLE
_MINIMIZED
public static final int _MINIMIZED
_MAXIMIZED
public static final int _MAXIMIZED
NOT_SET
public static final Style NOT_SET
VISIBLE
public static final Style VISIBLE
INVISIBLE
public static final Style INVISIBLE
MINIMIZED
public static final Style MINIMIZED
MAXIMIZED
public static final Style MAXIMIZED
value
public int value()
- Returns the numeric value of the enumeration object.
- Returns:
- the numeric value of the enumeration object.
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