public interface IEAUMLConstants
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CONTENT_TYPE
Content type of EA UML is an extension of the base UML content type id.
|
static java.util.Set<java.lang.String> |
CONTENT_TYPES
Compatible content types (taken from UMLEditor).
|
static java.lang.String |
EA_DATATYPES_FILE_EXTENSION
File extension for data types resource.
|
static java.lang.String |
EA_INTERNAL_PROFILE_FILE_EXTENSION
File extension of implicit resource that contains all EA internal stereotypes from table t_stereotypes.
|
static java.lang.String |
EA_PROFILE_FILE_EXTENSION
If an eap-file merely contains a profile definition, it should have this file extension (.profile.eap), similar
to
UMLResource#PROFILE_FILE_EXTENSION . |
static java.lang.String |
EA_PROFILE_SYSML_11_URI
EA-compatible SysML 1.1 profile URI.
|
static java.lang.String |
EA_PROFILE_SYSML_12_URI
EA-compatible SysML 1.2 profile URI.
|
static java.lang.String |
EA_PROFILE_SYSML_13_URI
EA-compatible SysML 1.3 profile URI.
|
static java.lang.String |
EA_PROFILE_SYSML_14_URI
EA-compatible SysML 1.4 profile URI.
|
static java.lang.String |
EA_UML_ERROR_MARKER_TYPE
Must be the same String as in the extension definition in plugim.xml.
|
static java.lang.String |
ELEMENT_CONTRIBUTOR_EXTENSION_ID
Extension point ID for contributing custom elements to the load and store processes.
|
static java.lang.String |
HIDE_PACKAGE_TAG
If a tagged value with this key and value 'true' is found for a package, then no children will be loaded for this
package.
|
static java.util.Set<java.lang.String> |
METATYPE_STEREOTYPES
This is a set of all stereotypes (from t_stereotypes) that may be used in EA models to explicitly specify UML
elements that do not have a representative in UML.
|
static java.lang.String |
PRIMITIVE_TYPES_EXTENSION_POINT_ID
Extension point ID for contributing language-specific primitive data types.
|
static java.lang.String |
STEREOTYPE_RESOLUTION_EXTENSION_ID
Extension point ID for contributing custom stereotype resolution strategies.
|
static java.util.Set<java.lang.String> |
SUPPORTED_EA_DB_VERSIONS
The EA database version is stored here:
select * from usys_system where Property like 'Version'
(information is taken from: http://www.sparxsystems.com.au/downloads/whitepapers/Upgrading_EA_Projects.pdf
a > ) . |
static java.lang.String |
UML_FACTORY_ID
The unique id for this content factory (equals plugin ID).
|
static final java.lang.String UML_FACTORY_ID
static final java.lang.String CONTENT_TYPE
static final java.lang.String EA_DATATYPES_FILE_EXTENSION
static final java.lang.String EA_PROFILE_FILE_EXTENSION
UMLResource#PROFILE_FILE_EXTENSION
. This is also necessary to avoid cyclic loading of profiles in
eap-files - the EA-Bridge does not allow to use profiles from other eap-files inside a .profile.eap file.static final java.lang.String EA_INTERNAL_PROFILE_FILE_EXTENSION
static final java.lang.String EA_PROFILE_SYSML_14_URI
static final java.lang.String EA_PROFILE_SYSML_13_URI
static final java.lang.String EA_PROFILE_SYSML_12_URI
static final java.lang.String EA_PROFILE_SYSML_11_URI
static final java.lang.String EA_UML_ERROR_MARKER_TYPE
static final java.util.Set<java.lang.String> CONTENT_TYPES
static final java.lang.String PRIMITIVE_TYPES_EXTENSION_POINT_ID
static final java.lang.String STEREOTYPE_RESOLUTION_EXTENSION_ID
static final java.lang.String ELEMENT_CONTRIBUTOR_EXTENSION_ID
static final java.lang.String HIDE_PACKAGE_TAG
static final java.util.Set<java.lang.String> METATYPE_STEREOTYPES
UMLProfileHelper
to identify stereotypes that should not be reported in case they cannot be resolved in a profile.static final java.util.Set<java.lang.String> SUPPORTED_EA_DB_VERSIONS
select * from usys_system where Property like 'Version'
(information is taken from: http://www.sparxsystems.com.au/downloads/whitepapers/Upgrading_EA_Projects.pdf
a > ) . All supported versions are listed in this set.
For some reason, one of our customers has '7.0' as version in a MSSQL database. We do not have any idea where this version comes from, but so far everything seems to work fine. Please use this version with caution.
Copyright (c) 2015 itemis AG, and others. All rights reserved.