|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<Category>
fr.cnes.sitools.common.model.Category
public enum Category
Enumeration for Application category designed for separating usage between
Enum Constant Summary | |
---|---|
ADMIN
Administration applications allows to modify state of Sitools2 after starts |
|
ADMIN_DYNAMIC
Dynamic admin-side applications (e.g. |
|
PUBLIC
Public applications with low security (no bad credentials check) |
|
SYSTEM
System applications are mandatory for Sitools2 start |
|
SYSTEM_DYNAMIC
Dynamic system applications (e.g. |
|
USER
User applications allows to use all functions available in Sitools2 |
|
USER_DYNAMIC
Dynamic user-side applications (e.g. datasets) |
Method Summary | |
---|---|
static Category |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Category[] |
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 Category SYSTEM
public static final Category ADMIN
public static final Category USER
public static final Category SYSTEM_DYNAMIC
public static final Category ADMIN_DYNAMIC
public static final Category USER_DYNAMIC
public static final Category PUBLIC
Method Detail |
---|
public static Category[] values()
for (Category c : Category.values()) System.out.println(c);
public static Category 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 |