|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opencms.db.CmsProjectResourcesDisplayMode
public final class CmsProjectResourcesDisplayMode
Wrapper class for the different types of project files view.
The possibles values are:
| Field Summary | |
|---|---|
static CmsProjectResourcesDisplayMode |
ALL_CHANGES
Constant for the all changes view. |
static CmsProjectResourcesDisplayMode |
DELETED_FILES
Constant for the deleted files only view. |
static CmsProjectResourcesDisplayMode |
MODIFIED_FILES
Constant for the modified files only view. |
static CmsProjectResourcesDisplayMode |
NEW_FILES
Constant for the new files only view. |
static List |
VALUES
List of mode constants. |
| Method Summary | |
|---|---|
String |
getMode()
Returns the mode string. |
String |
toString()
|
static CmsProjectResourcesDisplayMode |
valueOf(String value)
Parses an string into an element of this enumeration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final CmsProjectResourcesDisplayMode ALL_CHANGES
public static final CmsProjectResourcesDisplayMode DELETED_FILES
public static final CmsProjectResourcesDisplayMode MODIFIED_FILES
public static final CmsProjectResourcesDisplayMode NEW_FILES
public static final List VALUES
| Method Detail |
|---|
public static CmsProjectResourcesDisplayMode valueOf(String value)
throws CmsIllegalArgumentException
value - the mode to parse
CmsIllegalArgumentException - if the given value could not be matched against a
CmsListColumnAlignEnum type.public String getMode()
public String toString()
toString in class ObjectObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||