Class Constants.Attribute
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.definitions.xml.Constants.Attribute
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
Constants.Attribute.DataType
class
Constants.Attribute.Mode
class
Constants.Attribute.StyleName
-
Field Summary
Fields Modifier and Type Field Description static String
AREA
static String
CAPTION
static String
CLASS_ID
static String
CLASS_NAME
static String
COLUMNS
static String
DATA_TYPE
static String
DESCRIPTION
static String
ENABLED
static String
FORM_ID
static String
ID
static String
KEY
static String
LANG
static String
MANDATORY
static String
MESSAGE
static String
MODE
static String
NAME
static String
OBJECT_ID
static String
OBJECT_NAME
static String
PACKAGE
static String
PARAMETER_NAMES
static String
PATH
static String
PRECONDITIONS
static String
PROPERTY_CHANGE_LISTENER
static String
QUERY_NAME
static String
ROWS
static String
SELECTION_MODE
static String
SHARED
static String
SORT
static String
SRC
static String
STYLE_NAME
static String
TITLE
static String
TYPE
static String
USE_PAGINATION
static String
VALUE
static String
VERSION
-
Constructor Summary
Constructors Constructor Description Attribute()
-
-
-
Field Detail
-
TITLE
public static final String TITLE
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
LANG
public static final String LANG
- See Also:
- Constant Field Values
-
ROWS
public static final String ROWS
- See Also:
- Constant Field Values
-
COLUMNS
public static final String COLUMNS
- See Also:
- Constant Field Values
-
CAPTION
public static final String CAPTION
- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
STYLE_NAME
public static final String STYLE_NAME
- See Also:
- Constant Field Values
-
AREA
public static final String AREA
- See Also:
- Constant Field Values
-
ENABLED
public static final String ENABLED
- See Also:
- Constant Field Values
-
PRECONDITIONS
public static final String PRECONDITIONS
- See Also:
- Constant Field Values
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
PROPERTY_CHANGE_LISTENER
public static final String PROPERTY_CHANGE_LISTENER
- See Also:
- Constant Field Values
-
PARAMETER_NAMES
public static final String PARAMETER_NAMES
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
QUERY_NAME
public static final String QUERY_NAME
- See Also:
- Constant Field Values
-
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
-
MANDATORY
public static final String MANDATORY
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
OBJECT_ID
public static final String OBJECT_ID
- See Also:
- Constant Field Values
-
OBJECT_NAME
public static final String OBJECT_NAME
- See Also:
- Constant Field Values
-
CLASS_ID
public static final String CLASS_ID
- See Also:
- Constant Field Values
-
CLASS_NAME
public static final String CLASS_NAME
- See Also:
- Constant Field Values
-
FORM_ID
public static final String FORM_ID
- See Also:
- Constant Field Values
-
SHARED
public static final String SHARED
- See Also:
- Constant Field Values
-
SRC
public static final String SRC
- See Also:
- Constant Field Values
-
MODE
public static final String MODE
- See Also:
- Constant Field Values
-
PACKAGE
public static final String PACKAGE
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final String DESCRIPTION
- See Also:
- Constant Field Values
-
PATH
public static final String PATH
- See Also:
- Constant Field Values
-
SELECTION_MODE
public static final String SELECTION_MODE
- See Also:
- Constant Field Values
-
USE_PAGINATION
public static final String USE_PAGINATION
- See Also:
- Constant Field Values
-
SORT
public static final String SORT
- See Also:
- Constant Field Values
-
-