Package systems.dmx.core
Class Constants
- java.lang.Object
-
- systems.dmx.core.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ASSOC_TYPE
static String
ASSOCIATION
static String
BOOLEAN
static String
CARDINALITY
static String
CHILD
static String
CHILD_TYPE
static String
COMPOSITE
static String
COMPOSITION
static String
COMPOSITION_DEF
static String
CUSTOM_ASSOC_TYPE
static String
DATA_TYPE
static String
DEFAULT
static String
ENTITY
static String
HTML
static String
IDENTITY_ATTR
static String
INCLUDE_IN_LABEL
static String
INSTANCE
static String
INSTANTIATION
static String
MANY
static String
META_TYPE
static String
NUMBER
static String
ONE
static String
PARENT
static String
PARENT_TYPE
static String
PLUGIN
static String
PLUGIN_MIGRATION_NR
static String
PLUGIN_NAME
static String
PLUGIN_SYMBOLIC_NAME
static String
PREDECESSOR
static String
ROLE_TYPE
static String
SEQUENCE
static String
SEQUENCE_START
static String
SUCCESSOR
static String
TEXT
static String
TOPIC_TYPE
static String
TYPE
static String
VALUE
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
META_TYPE
public static final String META_TYPE
- See Also:
- Constant Field Values
-
TOPIC_TYPE
public static final String TOPIC_TYPE
- See Also:
- Constant Field Values
-
ASSOC_TYPE
public static final String ASSOC_TYPE
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
-
ROLE_TYPE
public static final String ROLE_TYPE
- See Also:
- Constant Field Values
-
CARDINALITY
public static final String CARDINALITY
- See Also:
- Constant Field Values
-
IDENTITY_ATTR
public static final String IDENTITY_ATTR
- See Also:
- Constant Field Values
-
INCLUDE_IN_LABEL
public static final String INCLUDE_IN_LABEL
- See Also:
- Constant Field Values
-
PLUGIN
public static final String PLUGIN
- See Also:
- Constant Field Values
-
PLUGIN_NAME
public static final String PLUGIN_NAME
- See Also:
- Constant Field Values
-
PLUGIN_SYMBOLIC_NAME
public static final String PLUGIN_SYMBOLIC_NAME
- See Also:
- Constant Field Values
-
PLUGIN_MIGRATION_NR
public static final String PLUGIN_MIGRATION_NR
- See Also:
- Constant Field Values
-
ASSOCIATION
public static final String ASSOCIATION
- See Also:
- Constant Field Values
-
COMPOSITION
public static final String COMPOSITION
- See Also:
- Constant Field Values
-
INSTANTIATION
public static final String INSTANTIATION
- See Also:
- Constant Field Values
-
SEQUENCE
public static final String SEQUENCE
- See Also:
- Constant Field Values
-
COMPOSITION_DEF
public static final String COMPOSITION_DEF
- See Also:
- Constant Field Values
-
CUSTOM_ASSOC_TYPE
public static final String CUSTOM_ASSOC_TYPE
- See Also:
- Constant Field Values
-
TEXT
public static final String TEXT
- See Also:
- Constant Field Values
-
HTML
public static final String HTML
- See Also:
- Constant Field Values
-
NUMBER
public static final String NUMBER
- See Also:
- Constant Field Values
-
BOOLEAN
public static final String BOOLEAN
- See Also:
- Constant Field Values
-
COMPOSITE
public static final String COMPOSITE
- See Also:
- Constant Field Values
-
VALUE
public static final String VALUE
- See Also:
- Constant Field Values
-
ENTITY
public static final String ENTITY
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
INSTANCE
public static final String INSTANCE
- See Also:
- Constant Field Values
-
PARENT
public static final String PARENT
- See Also:
- Constant Field Values
-
CHILD
public static final String CHILD
- See Also:
- Constant Field Values
-
PARENT_TYPE
public static final String PARENT_TYPE
- See Also:
- Constant Field Values
-
CHILD_TYPE
public static final String CHILD_TYPE
- See Also:
- Constant Field Values
-
PREDECESSOR
public static final String PREDECESSOR
- See Also:
- Constant Field Values
-
SUCCESSOR
public static final String SUCCESSOR
- See Also:
- Constant Field Values
-
SEQUENCE_START
public static final String SEQUENCE_START
- See Also:
- Constant Field Values
-
ONE
public static final String ONE
- See Also:
- Constant Field Values
-
MANY
public static final String MANY
- See Also:
- Constant Field Values
-
-