|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<BehaviorEnum>
fr.cnes.sitools.dataset.model.BehaviorEnum
public enum BehaviorEnum
Specific type sfor columns
Enum Constant Summary | |
---|---|
datasetIconLink
Column is a datasetIconLink |
|
datasetLink
Column is a datasetLink |
|
extUrlDesktop
The column is an url externally accessible, supposed to be opened in the desktop |
|
extUrlNewTab
The column is an url externally accessible, supposed to be opened in a new tab |
|
ImgAutoThumb
The column is an image to be displayed directly in the dataview |
|
ImgNoThumb
The column is an image to be displayed in the desktop |
|
ImgThumbSQL
The column is an image to be displayed directly in the dataview, but displayed in the desktop when clicking on it |
|
localUrl
The column is an url locally accessible |
|
noClientAccess
Column can not be displayed to the client |
Method Summary | |
---|---|
static BehaviorEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static BehaviorEnum[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, 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 BehaviorEnum localUrl
public static final BehaviorEnum extUrlNewTab
public static final BehaviorEnum extUrlDesktop
public static final BehaviorEnum ImgNoThumb
public static final BehaviorEnum ImgAutoThumb
public static final BehaviorEnum ImgThumbSQL
public static final BehaviorEnum datasetLink
public static final BehaviorEnum datasetIconLink
public static final BehaviorEnum noClientAccess
Method Detail |
---|
public static BehaviorEnum[] values()
for (BehaviorEnum c : BehaviorEnum.values()) System.out.println(c);
public static BehaviorEnum 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 |