Enum Class DefaultValues
- All Implemented Interfaces:
Serializable
,Comparable<DefaultValues>
,Constable
Enumeration of available default value strings for IntelligentFields.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionName of the database table of a document.Document's folderpath.Date of last change on file.Filename and path.Filename without path.File path.Size of file (bytes).Content of file as text.Time of last change on file.Format of structured document.Name of the current machine.Pages of a document.SysDate system variable.SysTime system variable.Fullname of the current user.User ID in hex.UserName system variable. -
Method Summary
Modifier and TypeMethodDescriptiontoString()
Returns the string representing this DefaultValue as used in a mask (in lower-case).static DefaultValues
Returns the enum constant of this class with the specified name.static DefaultValues[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SYSDATE
SysDate system variable. -
SYSTIME
SysTime system variable. -
USERNAME
UserName system variable. -
FILENAME
Filename without path. -
FILEPATH
File path. -
FILEFULLNAME
Filename and path. -
FILEDATE
Date of last change on file. -
FILETEXT
Content of file as text. -
FILETIME
Time of last change on file. -
FILESIZE
Size of file (bytes). -
MACHINENAME
Name of the current machine. -
USERID
User ID in hex. -
NUMPAGES
Pages of a document. -
FORMATNAME
Format of structured document. -
DBNAME
Name of the database table of a document. -
USERFULLNAME
Fullname of the current user. -
DOC_FOLDERPATH
Document's folderpath.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
Returns the string representing this DefaultValue as used in a mask (in lower-case).- Overrides:
toString
in classEnum<DefaultValues>
- Returns:
- string representation of thid DefaultValue
- See Also:
-