Interface UIConstants
-
- All Known Implementing Classes:
OptionsPage
public interface UIConstants
-
-
Field Summary
Fields Modifier and Type Field Description static String
AXIS_CODEGEN_PLUGIN_FOLDER
static String
C_PLUS_PLUS
static String
C_SHARP
static String
CUSTOM
static String
DATA_BINDING_ADB
static String
DATA_BINDING_JIBX
static String
DATA_BINDING_NONE
static String
DATA_BINDING_XMLBEANS
static String
DEFAULT
static String
DEFAULT_PACKAGENAME
static String
JAVA
static String
LIB
static String
PLUGINS
static boolean
selectedOption
static String
TARGET
-
-
-
Field Detail
-
JAVA
static final String JAVA
- See Also:
- Constant Field Values
-
C_SHARP
static final String C_SHARP
- See Also:
- Constant Field Values
-
C_PLUS_PLUS
static final String C_PLUS_PLUS
- See Also:
- Constant Field Values
-
DATA_BINDING_NONE
static final String DATA_BINDING_NONE
- See Also:
- Constant Field Values
-
DATA_BINDING_ADB
static final String DATA_BINDING_ADB
- See Also:
- Constant Field Values
-
DATA_BINDING_XMLBEANS
static final String DATA_BINDING_XMLBEANS
- See Also:
- Constant Field Values
-
DATA_BINDING_JIBX
static final String DATA_BINDING_JIBX
- See Also:
- Constant Field Values
-
selectedOption
static final boolean selectedOption
- See Also:
- Constant Field Values
-
DEFAULT
static final String DEFAULT
- See Also:
- Constant Field Values
-
CUSTOM
static final String CUSTOM
- See Also:
- Constant Field Values
-
DEFAULT_PACKAGENAME
static final String DEFAULT_PACKAGENAME
- See Also:
- Constant Field Values
-
LIB
static final String LIB
- See Also:
- Constant Field Values
-
TARGET
static final String TARGET
- See Also:
- Constant Field Values
-
PLUGINS
static final String PLUGINS
- See Also:
- Constant Field Values
-
AXIS_CODEGEN_PLUGIN_FOLDER
static final String AXIS_CODEGEN_PLUGIN_FOLDER
- See Also:
- Constant Field Values
-
-