Package org.qdl_lang.vfs
Class FileEntryConstants
- java.lang.Object
-
- org.qdl_lang.vfs.FileEntryConstants
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATE_TIMEISO 8601 timestamp when this was created.static StringID(Required!) The identifier for this script.static StringLAST_MODIFIEDISO 8601 timestamp when this was last modifiedstatic StringLENGTHLength of the script in bytes.
-
Constructor Summary
Constructors Constructor Description FileEntryConstants()
-
-
-
Field Detail
-
CREATE_TIME
public static final String CREATE_TIME
ISO 8601 timestamp when this was created.- See Also:
- Constant Field Values
-
LAST_MODIFIED
public static final String LAST_MODIFIED
ISO 8601 timestamp when this was last modified- See Also:
- Constant Field Values
-
LENGTH
public static final String LENGTH
Length of the script in bytes.- See Also:
- Constant Field Values
-
ID
public static final String ID
(Required!) The identifier for this script.- See Also:
- Constant Field Values
-
-