com.ibm.workflow.api.ProgramTemplatePackage
Class Style
java.lang.Object
|
+--com.ibm.workflow.api.ProgramTemplatePackage.Style
- All Implemented Interfaces:
- java.io.Serializable
- public final class Style
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Method Summary |
static Style |
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 |
_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.
© Copyright IBM Corporation 1999, 2008. All Rights Reserved.