Fuego Process API

fuego.papi
Class InstanceItemState

java.lang.Object
  extended byfuego.papi.InstanceItemState
All Implemented Interfaces:
fuego.lang.EnumType

public class InstanceItemState
extends Object
implements fuego.lang.EnumType


Field Summary
static int ACTIVITY_COMPLETED
           
static int COMPLETED
           
static int FAILED
           
static int INSTANCE_ROUTED
           
static int PENDING
           
static int RUNNING
           
static int SELECTED
           
static int WAS_COMPLETED
           
 
Constructor Summary
InstanceItemState()
           
 
Method Summary
static String getDescription(int state, Locale locale)
           
static String getId(int val)
           
static String getName(int val)
           
static boolean is(int state, int mask)
           
static void main(String[] args)
           
static int valueOf(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PENDING

public static final int PENDING
See Also:
Constant Field Values

FAILED

public static final int FAILED
See Also:
Constant Field Values

INSTANCE_ROUTED

public static final int INSTANCE_ROUTED
See Also:
Constant Field Values

COMPLETED

public static final int COMPLETED
See Also:
Constant Field Values

SELECTED

public static final int SELECTED
See Also:
Constant Field Values

RUNNING

public static final int RUNNING
See Also:
Constant Field Values

ACTIVITY_COMPLETED

public static final int ACTIVITY_COMPLETED
See Also:
Constant Field Values

WAS_COMPLETED

public static final int WAS_COMPLETED
See Also:
Constant Field Values
Constructor Detail

InstanceItemState

public InstanceItemState()
Method Detail

getDescription

public static String getDescription(int state,
                                    Locale locale)

getId

public static String getId(int val)

getName

public static String getName(int val)

is

public static boolean is(int state,
                         int mask)

main

public static void main(String[] args)

valueOf

public static int valueOf(String id)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved