|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<I_CmsResource.CmsResourceAttribute>
org.opencms.file.I_CmsResource.CmsResourceAttribute
public static enum I_CmsResource.CmsResourceAttribute
Enumeration for all attributes of a resource.
Enum Constant Summary | |
---|---|
dateContent
The date of the last modification of the content of a resource. |
|
dateCreated
The date of the creation of a resource. |
|
dateExpired
The expiration date a resource. |
|
dateLastModified
The date of the last modification of a resource. |
|
dateReleased
The release date of a resource. |
|
flags
The flags of a resource. |
|
length
The content length of a resource. |
|
name
The file name of a resource without parent folders. |
|
projectLastModified
The id of the CmsProject where a resource has been last modified. |
|
resourceId
The id of the database content record of a resource. |
|
rootPath
The name of a resource with it's full path from the top level root folder. |
|
siblingCount
The number of siblings of a resource, also counting the resource. |
|
state
The state of a resource. |
|
structureId
The id of the database structure record of a resource. |
|
typeId
The resource type id for a resource. |
|
userCreated
The id of the CmsUser who created a resource. |
|
userLastModified
The id of the user who made the last modification on a resource. |
|
version
The current version number of a resource. |
Method Summary | |
---|---|
static I_CmsResource.CmsResourceAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static I_CmsResource.CmsResourceAttribute[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 I_CmsResource.CmsResourceAttribute dateContent
public static final I_CmsResource.CmsResourceAttribute dateCreated
public static final I_CmsResource.CmsResourceAttribute dateExpired
public static final I_CmsResource.CmsResourceAttribute dateLastModified
public static final I_CmsResource.CmsResourceAttribute dateReleased
public static final I_CmsResource.CmsResourceAttribute flags
public static final I_CmsResource.CmsResourceAttribute length
public static final I_CmsResource.CmsResourceAttribute name
public static final I_CmsResource.CmsResourceAttribute projectLastModified
CmsProject
where a resource has been last modified.
public static final I_CmsResource.CmsResourceAttribute resourceId
public static final I_CmsResource.CmsResourceAttribute rootPath
public static final I_CmsResource.CmsResourceAttribute siblingCount
public static final I_CmsResource.CmsResourceAttribute state
public static final I_CmsResource.CmsResourceAttribute structureId
public static final I_CmsResource.CmsResourceAttribute typeId
public static final I_CmsResource.CmsResourceAttribute userCreated
CmsUser
who created a resource.
public static final I_CmsResource.CmsResourceAttribute userLastModified
public static final I_CmsResource.CmsResourceAttribute version
Method Detail |
---|
public static I_CmsResource.CmsResourceAttribute[] values()
for (I_CmsResource.CmsResourceAttribute c : I_CmsResource.CmsResourceAttribute.values()) System.out.println(c);
public static I_CmsResource.CmsResourceAttribute valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |