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

Field Summary
static int _INVISIBLE
           
static int _MAXIMIZED
           
static int _MINIMIZED
           
static int _NOT_SET
           
static int _VISIBLE
           
static Style INVISIBLE
           
static Style MAXIMIZED
           
static Style MINIMIZED
           
static Style NOT_SET
           
static Style VISIBLE
           
 
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
 

Field Detail

_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
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 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.