public static enum TemplateVariable.VAR_TYPE extends java.lang.Enum<TemplateVariable.VAR_TYPE>
| Enum Constant and Description | 
|---|
AUTO_SELECT
Uses a select to get all allowed values. 
 | 
BOOLEAN
It's a boolean. 
 | 
CURRENCY
It's a currency as in $1,234.56. 
 | 
DATE
It's a date. 
 | 
FLOAT
It's a real number. 
 | 
INTEGER
It's an integer - no decimal point. 
 | 
SELECT
Uses a select to get all allowed values. 
 | 
TEXT
Any text of any kind. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static TemplateVariable.VAR_TYPE | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static TemplateVariable.VAR_TYPE[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final TemplateVariable.VAR_TYPE BOOLEAN
public static final TemplateVariable.VAR_TYPE CURRENCY
public static final TemplateVariable.VAR_TYPE DATE
public static final TemplateVariable.VAR_TYPE INTEGER
public static final TemplateVariable.VAR_TYPE FLOAT
public static final TemplateVariable.VAR_TYPE SELECT
public static final TemplateVariable.VAR_TYPE TEXT
public static final TemplateVariable.VAR_TYPE AUTO_SELECT
public static TemplateVariable.VAR_TYPE[] values()
for (TemplateVariable.VAR_TYPE c : TemplateVariable.VAR_TYPE.values()) System.out.println(c);
public static TemplateVariable.VAR_TYPE valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2002-2021 Windward Studios, LLC. - All Rights Reserved. We are Java document generation software