Package org.webharvest.runtime.variables
Class Types
- java.lang.Object
-
- org.webharvest.runtime.variables.Types
-
public class Types extends Object
Variable types.
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_BINARY
static String
TYPE_DEFAULT
static String
TYPE_EMPTY
static String
TYPE_LIST
static String
TYPE_TEXT
static String
TYPE_XML
-
Constructor Summary
Constructors Constructor Description Types()
-
-
-
Field Detail
-
TYPE_EMPTY
public static final String TYPE_EMPTY
- See Also:
- Constant Field Values
-
TYPE_TEXT
public static final String TYPE_TEXT
- See Also:
- Constant Field Values
-
TYPE_XML
public static final String TYPE_XML
- See Also:
- Constant Field Values
-
TYPE_BINARY
public static final String TYPE_BINARY
- See Also:
- Constant Field Values
-
TYPE_LIST
public static final String TYPE_LIST
- See Also:
- Constant Field Values
-
TYPE_DEFAULT
public static final String TYPE_DEFAULT
- See Also:
- Constant Field Values
-
-