public final class TAURUSMetaModellPlugIn
extends org.eclipse.emf.common.EMFPlugin
| Modifier and Type | Class and Description |
|---|---|
static class |
TAURUSMetaModellPlugIn.Implementation |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEBUG_OPTION_FUNCTION_PACKAGES
Debug flag for tracing function packages being parsed.
|
static TAURUSMetaModellPlugIn |
INSTANCE |
static java.lang.String |
METADATA_ANNOTATION_URI
Deprecated.
Use
TaurusMetaModelUtilities.METADATA_ANNOTATION_URI
instead. |
static java.lang.String |
METADATAKEY_AWMTYPE
Deprecated.
Use
TaurusMetaModelUtilities.METADATAKEY_HELPCONTEXTID
instead. |
static java.lang.String |
METADATAKEY_DEPRECATED
Key for the "deprecated" attribute which is used to flag specific
features of the AWM meta model being deprecated.
|
static java.lang.String |
METADATAKEY_HELPCONTEXTID
Deprecated.
Use
TaurusMetaModelUtilities.METADATAKEY_HELPCONTEXTID
instead. |
static java.lang.String |
METADATAKEY_SEQUENCE_NUMBER_GROUPS
AWM meta data key for configurable sequence number groups.
|
| Constructor and Description |
|---|
TAURUSMetaModellPlugIn()
Create the instance.
|
| Modifier and Type | Method and Description |
|---|---|
static org.eclipse.emf.ecore.EAnnotation |
getAWMMetaDataAnnotation(org.eclipse.emf.ecore.EModelElement pElement)
Deprecated.
|
static boolean |
getDebugOption(java.lang.String pOption)
Gets a debug option for this plug-in.
|
static TAURUSMetaModellPlugIn.Implementation |
getPlugin() |
org.eclipse.emf.common.util.ResourceLocator |
getPluginResourceLocator() |
getPluginLogger, getSymbolicName, log, maingetBaseURL, getImage, getString, getString, getString, getString, setShouldTranslate, shouldTranslate@Deprecated public static final java.lang.String METADATA_ANNOTATION_URI
TaurusMetaModelUtilities.METADATA_ANNOTATION_URI
instead.@Deprecated public static final java.lang.String METADATAKEY_AWMTYPE
TaurusMetaModelUtilities.METADATAKEY_HELPCONTEXTID
instead.@Deprecated public static final java.lang.String METADATAKEY_HELPCONTEXTID
TaurusMetaModelUtilities.METADATAKEY_HELPCONTEXTID
instead.public static final java.lang.String DEBUG_OPTION_FUNCTION_PACKAGES
public static final java.lang.String METADATAKEY_SEQUENCE_NUMBER_GROUPS
Example:
The following tool descriptor parameter types (while "type" is an
EAttribute) have different sequences:
seqNoGroups=ToolDefinedResourceOperation;MassProcessing
The types "String" and "File" will simply be non-grouped which is why
they share the standard sequence. A tool with several different parameter
types would then be sequenced like this:
Test Tool Descriptor
public static final java.lang.String METADATAKEY_DEPRECATED
public static final TAURUSMetaModellPlugIn INSTANCE
public org.eclipse.emf.common.util.ResourceLocator getPluginResourceLocator()
getPluginResourceLocator in class org.eclipse.emf.common.EMFPluginpublic static TAURUSMetaModellPlugIn.Implementation getPlugin()
@Deprecated public static org.eclipse.emf.ecore.EAnnotation getAWMMetaDataAnnotation(org.eclipse.emf.ecore.EModelElement pElement)
TaurusMetaModelUtilities.getAWMMetaDataAnnotation(EModelElement)
instead.pElement - the element to get the annotation fromnull if the element does not have
itMETADATA_ANNOTATION_URIpublic static boolean getDebugOption(java.lang.String pOption)
pOption - the debug option relative to
[bundle-name]/true if the bundle option and the main
debug flag are set. Otherwise falseCopyright © 2015 Micro Focus GmbH. All rights reserved.