|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines a set of constants that other classes can "implement" for property management and startup.
Field Summary | |
static String |
ADD_STRING
The name of the add action. |
static char |
BOOLEAN_CHAR
The boolean data type initial character (for quick lookup). |
static String |
BOOLEAN_NAME
The boolean data type name. |
static char |
CHAR_CHAR
The char data type initial character (for quick lookup). |
static String |
CHAR_NAME
The char data type name. |
static String |
DEFAULT_DOMAIN_NAME
The string used for the default, global domain name. |
static char |
DOMAIN_CHAR
The domain element initial character (for quick lookup). |
static String |
DOMAIN_TAG_NAME
The domain element tag name. |
static char |
DOUBLE_CHAR
The double data type initial character (for quick lookup). |
static String |
DOUBLE_NAME
The double data type name. |
static String |
EMPTY_STRING
The empty string. |
static String |
FALSE_STRING
The String representation of a boolean false value. |
static char |
FLOAT_CHAR
The float data type initial character (for quick lookup). |
static String |
FLOAT_NAME
The float data type name. |
static char |
INT_CHAR
The int data type initial character (for quick lookup). |
static String |
INT_NAME
The int data type name. |
static char |
KEY_CHAR
The property key element initial character (for quick lookup). |
static String |
KEY_TAG_NAME
The property key element tag name. |
static char |
LONG_CHAR
The long data type initial character (for quick lookup). |
static String |
LONG_NAME
The long data type name. |
static char |
NAME_CHAR
The domain name element initial character (for quick lookup). |
static String |
NAME_TAG_NAME
The domain name element tag name. |
static char |
PROPERTY_CHAR
The property element initial character (for quick lookup). |
static String |
PROPERTY_TAG_NAME
The property element tag name. |
static char |
STRING_CHAR
The String data type initial character (for quick lookup). |
static String |
STRING_NAME
The String data type name. |
static char |
TOP_LEVEL_CHAR
The root element initial character (for quick lookup). |
static String |
TOP_LEVEL_TAG_NAME
The root element tag name. |
static String |
TRUE_STRING
The String representation of a boolean true value. |
static char |
TYPE_CHAR
The property data type element initial character (for quick lookup). |
static String |
TYPE_TAG_NAME
The property data type element tag name. |
static char |
VALUE_CHAR
The property value element initial character (for quick lookup). |
static String |
VALUE_TAG_NAME
The property value element tag name. |
static String |
XML_DECLARATION
The XML declaration string that appears at the top of each XML document. |
Field Detail |
public static final String TOP_LEVEL_TAG_NAME
public static final String DOMAIN_TAG_NAME
public static final String NAME_TAG_NAME
public static final String PROPERTY_TAG_NAME
public static final String KEY_TAG_NAME
public static final String VALUE_TAG_NAME
public static final String TYPE_TAG_NAME
public static final char TOP_LEVEL_CHAR
public static final char DOMAIN_CHAR
public static final char NAME_CHAR
public static final char PROPERTY_CHAR
public static final char KEY_CHAR
public static final char VALUE_CHAR
public static final char TYPE_CHAR
public static final String BOOLEAN_NAME
public static final String CHAR_NAME
public static final String DOUBLE_NAME
public static final String FLOAT_NAME
public static final String INT_NAME
public static final String LONG_NAME
public static final String STRING_NAME
public static final char BOOLEAN_CHAR
public static final char CHAR_CHAR
public static final char DOUBLE_CHAR
public static final char FLOAT_CHAR
public static final char INT_CHAR
public static final char LONG_CHAR
public static final char STRING_CHAR
public static final String EMPTY_STRING
public static final String DEFAULT_DOMAIN_NAME
public static final String TRUE_STRING
public static final String FALSE_STRING
public static final String ADD_STRING
public static final String XML_DECLARATION
|
Arch4J 1.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |