|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||
java.lang.Objectjava.lang.Enum<DatasetType>
com.im.ijc.widgets.common.DatasetType
public enum DatasetType
Enumerates possible types of data which might be displayed by multiple-row widgets or by their data layers respectively if such widget is able to work with more then one layer (e.g. chart with foreground and background layers).
| Enum Constant Summary | |
|---|---|
ALL
Represents all data belonging to a DFEntity. |
|
CURRENT_RESULTS
Represents data belonging to DFResultSet.VertexState. |
|
NONE
Represents no data. |
|
SELECTION
Represents data belonging to a selection. |
|
| Method Summary | |
|---|---|
static DatasetType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DatasetType[] |
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 DatasetType NONE
public static final DatasetType SELECTION
DFResultSet.VertexState.getSelection().
public static final DatasetType CURRENT_RESULTS
DFResultSet.VertexState. See DFResultSet.VertexState.getIds().
public static final DatasetType ALL
DFEntity.
| Method Detail |
|---|
public static DatasetType[] values()
for (DatasetType c : DatasetType.values()) System.out.println(c);
public static DatasetType valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
com.im.ijc.widgets/1 5.9.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | ||||||||