|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<VradiConstants.FileType>
com.jurismarches.vradi.VradiConstants.FileType
public static enum VradiConstants.FileType
All file type managed by vradi.
| Enum Constant Summary | |
|---|---|
ATTACHMENTS_FORM_FILES
Files attached to sended mails. |
|
ATTACHMENTS_SESSION_FILES
Fils attached to session. |
|
EMBEDDED_FORM_FILES
Files embedded into generated PDF. |
|
PDF
Generated pdf files. |
|
QUERY_HISTORY
Request history files. |
|
TEMP_FILE
Temp files |
|
TEMPLATE
Template files (ott, odt). |
|
WEB_HARVEST
Web harvest script files. |
|
| Method Summary | |
|---|---|
String |
getMineType()
|
static VradiConstants.FileType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VradiConstants.FileType[] |
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 VradiConstants.FileType TEMPLATE
public static final VradiConstants.FileType EMBEDDED_FORM_FILES
public static final VradiConstants.FileType ATTACHMENTS_FORM_FILES
public static final VradiConstants.FileType ATTACHMENTS_SESSION_FILES
public static final VradiConstants.FileType PDF
public static final VradiConstants.FileType WEB_HARVEST
public static final VradiConstants.FileType QUERY_HISTORY
public static final VradiConstants.FileType TEMP_FILE
| Method Detail |
|---|
public static VradiConstants.FileType[] values()
for (VradiConstants.FileType c : VradiConstants.FileType.values()) System.out.println(c);
public static VradiConstants.FileType 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 nullpublic String getMineType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||