|
|
|
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<ViewTypes.Types>
org.torweg.pulse.site.ViewTypes.Types
public static enum ViewTypes.Types
an enumeration of the different types.
| Enum Constant Summary | |
|---|---|
CREATE
the view to create a new content. |
|
DEFAULT
the default view for displaying the content. |
|
DELETE
the view to delete a content. |
|
EDIT
the view to open a content for editing. |
|
MOVE
the view to move a content. |
|
NODECREATECONTENT
the view to create a new content for a node that is not a content-node. |
|
SAVE
the view to save a content. |
|
| Method Summary | |
|---|---|
static ViewTypes.Types |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ViewTypes.Types[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final ViewTypes.Types DEFAULT
public static final ViewTypes.Types CREATE
public static final ViewTypes.Types NODECREATECONTENT
public static final ViewTypes.Types SAVE
public static final ViewTypes.Types EDIT
public static final ViewTypes.Types MOVE
public static final ViewTypes.Types DELETE
| Method Detail |
|---|
public static final ViewTypes.Types[] values()
for(ViewTypes.Types c : ViewTypes.Types.values())
System.out.println(c);
public static ViewTypes.Types 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||