Fuego Process API

fuego.papi
Class Priority

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

public class Priority
extends Object
implements fuego.lang.EnumType


Field Summary
static int HIGH
           
static int HIGHEST
           
static int LOW
           
static int LOWEST
           
static int NORMAL
           
 
Method Summary
static String getDescription(int type, Locale locale)
           
static String getId(int val)
           
static int valueOf(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOWEST

public static final int LOWEST
See Also:
Constant Field Values

LOW

public static final int LOW
See Also:
Constant Field Values

NORMAL

public static final int NORMAL
See Also:
Constant Field Values

HIGH

public static final int HIGH
See Also:
Constant Field Values

HIGHEST

public static final int HIGHEST
See Also:
Constant Field Values
Method Detail

getDescription

public static String getDescription(int type,
                                    Locale locale)

getId

public static String getId(int val)

valueOf

public static int valueOf(String id)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved