|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opencms.db.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 java.util.List |
VALUES
List of mode constants. |
Method Summary | |
java.lang.String |
getMode()
Returns the mode string. |
java.lang.String |
toString()
|
static CmsProjectResourcesDisplayMode |
valueOf(java.lang.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 java.util.List VALUES
Method Detail |
public static CmsProjectResourcesDisplayMode valueOf(java.lang.String value) throws CmsIllegalArgumentException
value
- the mode to parse
CmsIllegalArgumentException
- if the given value could not be matched against a
CmsListColumnAlignEnum
type.public java.lang.String getMode()
public java.lang.String toString()
Object.toString()
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |