Package org.alfresco.util.schemacomp
Class XML
- java.lang.Object
-
- org.alfresco.util.schemacomp.XML
-
public abstract class XML extends Object
Constants relating to the XML representation of the schema data model.- Author:
- Matt Ward
-
-
Field Summary
Fields Modifier and Type Field Description static StringATTR_CLASSstatic StringATTR_DB_PREFIXstatic StringATTR_NAMEstatic StringATTR_ORDERstatic StringATTR_TABLE_COLUMN_ORDERstatic StringATTR_UNIQUEstatic StringATTR_VERSIONstatic StringEL_AUTOINCREMENTstatic StringEL_COLUMNstatic StringEL_COLUMN_NAMEstatic StringEL_COLUMN_NAMESstatic StringEL_COLUMNSstatic StringEL_FOREIGN_KEYstatic StringEL_FOREIGN_KEYSstatic StringEL_INDEXstatic StringEL_INDEXESstatic StringEL_LOCAL_COLUMNstatic StringEL_NULLABLEstatic StringEL_OBJECTSstatic StringEL_PRIMARY_KEYstatic StringEL_PROPERTIESstatic StringEL_PROPERTYstatic StringEL_SCHEMAstatic StringEL_SEQUENCEstatic StringEL_TABLEstatic StringEL_TARGET_COLUMNstatic StringEL_TARGET_TABLEstatic StringEL_TYPEstatic StringEL_VALIDATORstatic StringEL_VALIDATORS
-
Constructor Summary
Constructors Constructor Description XML()
-
-
-
Field Detail
-
EL_SCHEMA
public static final String EL_SCHEMA
-
EL_TABLE
public static final String EL_TABLE
-
EL_COLUMN
public static final String EL_COLUMN
-
EL_COLUMNS
public static final String EL_COLUMNS
- See Also:
- Constant Field Values
-
EL_PRIMARY_KEY
public static final String EL_PRIMARY_KEY
-
EL_FOREIGN_KEY
public static final String EL_FOREIGN_KEY
-
EL_FOREIGN_KEYS
public static final String EL_FOREIGN_KEYS
- See Also:
- Constant Field Values
-
EL_INDEX
public static final String EL_INDEX
-
EL_INDEXES
public static final String EL_INDEXES
- See Also:
- Constant Field Values
-
EL_SEQUENCE
public static final String EL_SEQUENCE
-
EL_TYPE
public static final String EL_TYPE
- See Also:
- Constant Field Values
-
EL_NULLABLE
public static final String EL_NULLABLE
- See Also:
- Constant Field Values
-
EL_AUTOINCREMENT
public static final String EL_AUTOINCREMENT
- See Also:
- Constant Field Values
-
EL_COLUMN_NAME
public static final String EL_COLUMN_NAME
- See Also:
- Constant Field Values
-
EL_COLUMN_NAMES
public static final String EL_COLUMN_NAMES
- See Also:
- Constant Field Values
-
EL_LOCAL_COLUMN
public static final String EL_LOCAL_COLUMN
- See Also:
- Constant Field Values
-
EL_TARGET_COLUMN
public static final String EL_TARGET_COLUMN
- See Also:
- Constant Field Values
-
EL_TARGET_TABLE
public static final String EL_TARGET_TABLE
- See Also:
- Constant Field Values
-
EL_VALIDATORS
public static final String EL_VALIDATORS
- See Also:
- Constant Field Values
-
EL_VALIDATOR
public static final String EL_VALIDATOR
- See Also:
- Constant Field Values
-
EL_OBJECTS
public static final String EL_OBJECTS
- See Also:
- Constant Field Values
-
EL_PROPERTIES
public static final String EL_PROPERTIES
- See Also:
- Constant Field Values
-
EL_PROPERTY
public static final String EL_PROPERTY
- See Also:
- Constant Field Values
-
ATTR_NAME
public static final String ATTR_NAME
- See Also:
- Constant Field Values
-
ATTR_ORDER
public static final String ATTR_ORDER
- See Also:
- Constant Field Values
-
ATTR_UNIQUE
public static final String ATTR_UNIQUE
- See Also:
- Constant Field Values
-
ATTR_CLASS
public static final String ATTR_CLASS
- See Also:
- Constant Field Values
-
ATTR_DB_PREFIX
public static final String ATTR_DB_PREFIX
- See Also:
- Constant Field Values
-
ATTR_VERSION
public static final String ATTR_VERSION
- See Also:
- Constant Field Values
-
ATTR_TABLE_COLUMN_ORDER
public static final String ATTR_TABLE_COLUMN_ORDER
- See Also:
- Constant Field Values
-
-