Fuego Process API

fuego.papi
Class PresentationType


java.lang.Object

  extended byfuego.lang.Enum

      extended byfuego.papi.PresentationType

All Implemented Interfaces:
Comparable, fuego.resources.Internationalizable, Serializable

public class PresentationType
extends fuego.lang.Enum
implements fuego.resources.Internationalizable

See Also:
Serialized Form

Field Summary
static PresentationType ACTIVITY
           
static PresentationType APPLICATIONS
           
static PresentationType ATTACHMENTS
           
static PresentationType FOLDER
           
static PresentationType INSTANCES
           
static List VALUES
           
 
Fields inherited from class fuego.lang.Enum
name, ordinal
 
Method Summary
 List family()
           
static fuego.resources.Msg getClassMsg()
           
 int getIn()
           
 fuego.resources.Msg getMsg()
           
 String getString()
           
 String getString(Locale locale)
           
 boolean isType(PresentationType presentationType)
           
static boolean isValid(PresentationType presentationType)
           
static PresentationType valueOf(String name)
           
 
Methods inherited from class fuego.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, toString, values
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

APPLICATIONS


public static final PresentationType APPLICATIONS

ATTACHMENTS


public static final PresentationType ATTACHMENTS

INSTANCES


public static final PresentationType INSTANCES

ACTIVITY


public static final PresentationType ACTIVITY

FOLDER


public static final PresentationType FOLDER

VALUES


public static final List VALUES
Method Detail

family


public final List family()

valueOf


public static PresentationType valueOf(String name)

getString


public String getString()
Specified by:
getString in interface fuego.resources.Internationalizable

getString


public String getString(Locale locale)

getMsg


public fuego.resources.Msg getMsg()

getClassMsg


public static fuego.resources.Msg getClassMsg()

isValid


public static final boolean isValid(PresentationType presentationType)

getIn


public int getIn()

isType


public boolean isType(PresentationType presentationType)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved