|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<WorkspaceEvent.EntryType>
org.peace_tools.workspace.WorkspaceEvent.EntryType
public static enum WorkspaceEvent.EntryType
Enumeration for the different types of Workpace entries that can be reported via a WorkspaceEvent object.
Enum Constant Summary | |
---|---|
CLASSIFIER_LIST
Enumeration used to report that the list of DB classifiers in this work space have all changed. |
|
DATA_SET
Enumeration used to report information regarding a data set (that consists of a EST file, a set of MSTData objects, and a MSTClusterData file). |
|
JOB
Enumeration used to report information regarding a job entry. |
|
MST_CLUSTER_DATA
Enumeration used to report information regarding a cluster data file. |
|
MST_DATA
Enumeration used to report information regarding a MST data file. |
|
SERVER
Enumeration used to report information regarding a Server entry. |
Method Summary | |
---|---|
static WorkspaceEvent.EntryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static WorkspaceEvent.EntryType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final WorkspaceEvent.EntryType DATA_SET
public static final WorkspaceEvent.EntryType MST_DATA
public static final WorkspaceEvent.EntryType MST_CLUSTER_DATA
public static final WorkspaceEvent.EntryType JOB
public static final WorkspaceEvent.EntryType SERVER
public static final WorkspaceEvent.EntryType CLASSIFIER_LIST
Method Detail |
---|
public static WorkspaceEvent.EntryType[] values()
for (WorkspaceEvent.EntryType c : WorkspaceEvent.EntryType.values()) System.out.println(c);
public static WorkspaceEvent.EntryType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |