Package de.xima.fc
Class CmnConst.FormPreviewImageParams
- java.lang.Object
-
- de.xima.fc.CmnConst.FormPreviewImageParams
-
-
Field Summary
Fields Modifier and Type Field Description static String
PARAMNAME_FORM_VERSION_NUMBER
static String
PARAMNAME_FORMAT
static String
PARAMNAME_ID
static String
PARAMNAME_PROJECT_ID
static String
PARAMNAME_QUALITY
static String
PARAMNAME_TEMPLATE_NAME
static String
PARAMNAME_TYPE
static String
TYPE_LARGE
static String
TYPE_THUMBNAIL
-
Constructor Summary
Constructors Constructor Description FormPreviewImageParams()
-
-
-
Field Detail
-
PARAMNAME_FORM_VERSION_NUMBER
public static final String PARAMNAME_FORM_VERSION_NUMBER
- See Also:
- Constant Field Values
-
PARAMNAME_PROJECT_ID
public static final String PARAMNAME_PROJECT_ID
- See Also:
- Constant Field Values
-
PARAMNAME_FORMAT
public static final String PARAMNAME_FORMAT
- See Also:
- Constant Field Values
-
PARAMNAME_QUALITY
public static final String PARAMNAME_QUALITY
- See Also:
- Constant Field Values
-
PARAMNAME_TEMPLATE_NAME
public static final String PARAMNAME_TEMPLATE_NAME
- See Also:
- Constant Field Values
-
PARAMNAME_TYPE
public static final String PARAMNAME_TYPE
- See Also:
- Constant Field Values
-
PARAMNAME_ID
public static final String PARAMNAME_ID
- See Also:
- Constant Field Values
-
TYPE_THUMBNAIL
public static final String TYPE_THUMBNAIL
- See Also:
- Constant Field Values
-
TYPE_LARGE
public static final String TYPE_LARGE
- See Also:
- Constant Field Values
-
-