Package org.opencms.file
Enum I_CmsResource.CmsResourceAttribute
java.lang.Object
java.lang.Enum<I_CmsResource.CmsResourceAttribute>
org.opencms.file.I_CmsResource.CmsResourceAttribute
- All Implemented Interfaces:
Serializable
,Comparable<I_CmsResource.CmsResourceAttribute>
,java.lang.constant.Constable
- Enclosing interface:
- I_CmsResource
public static enum I_CmsResource.CmsResourceAttribute
extends Enum<I_CmsResource.CmsResourceAttribute>
Enumeration for all attributes of a resource.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionThe date of the last modification of the content of a resource.The date of the creation of a resource.The expiration date a resource.The date of the last modification of a resource.The release date of a resource.The flags of a resource.The content length of a resource.The file name of a resource without parent folders.The id of theCmsProject
where a resource has been last modified.The id of the database content record of a resource.The name of a resource with it's full path from the top level root folder.The number of siblings of a resource, also counting the resource.The state of a resource.The id of the database structure record of a resource.The resource type id for a resource.The id of theCmsUser
who created a resource.The id of the user who made the last modification on a resource.The current version number of a resource. -
Method Summary
Modifier and TypeMethodDescriptionReturns 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.
-
Enum Constant Details
-
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 theCmsProject
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 theCmsUser
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 Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-