Fuego Process API

fuego.papi
Class ViewType


java.lang.Object

  extended byfuego.lang.Enum

      extended byfuego.papi.ViewType

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

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

See Also:
Serialized Form

Field Summary
static ViewType ACTIVITY_INSTANCES
           
static ViewType APPLICATIONS
           
static ViewType ATTACHMENTS
           
static ViewType BOOKMARKS
           
static ViewType CONSULTATIONS
           
static ViewType FOLDER
           
static ViewType HISTORY
           
static ViewType INSTANCES
           
static List VALUES
           
 
Fields inherited from class fuego.lang.Enum
name, ordinal
 
Method Summary
 List family()
           
static ViewType fixOldViewType(String viewTypeStr)
           
static fuego.resources.Msg getClassMsg()
           
 int getIn()
           
 fuego.resources.UIMsg getMsg()
           
 String getString()
           
 String getString(Locale locale)
           
static boolean isSubtype(ViewType son, ViewType parent)
           
 boolean isType(ViewType viewType)
           
static boolean isValid(ViewType viewType)
           
static ViewType 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 ViewType APPLICATIONS

ATTACHMENTS


public static final ViewType ATTACHMENTS

INSTANCES


public static final ViewType INSTANCES

ACTIVITY_INSTANCES


public static final ViewType ACTIVITY_INSTANCES

FOLDER


public static final ViewType FOLDER

HISTORY


public static final ViewType HISTORY

BOOKMARKS


public static final ViewType BOOKMARKS

CONSULTATIONS


public static final ViewType CONSULTATIONS

VALUES


public static final List VALUES
Method Detail

family


public final List family()

valueOf


public static ViewType valueOf(String name)

getString


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

getString


public String getString(Locale locale)

getClassMsg


public static fuego.resources.Msg getClassMsg()

isSubtype


public static final boolean isSubtype(ViewType son,
                                      ViewType parent)

isValid


public static final boolean isValid(ViewType viewType)

isType


public boolean isType(ViewType viewType)

getIn


public int getIn()

getMsg


public fuego.resources.UIMsg getMsg()

fixOldViewType


public static ViewType fixOldViewType(String viewTypeStr)

Fuego Process API

© Copyright 1996/2003 Fuego Inc. All Rights Reserved