public interface DiagramPackage
extends org.eclipse.emf.ecore.EPackage
DiagramFactory
Modifier and Type | Interface and Description |
---|---|
static interface |
DiagramPackage.Literals
Defines literals for the meta objects that represent
each class,
each feature of each class,
each enum,
and each data type
|
Modifier and Type | Field and Description |
---|---|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT
The meta object id for the '
Abstract Diagram Representation Object ' class. |
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS
The feature id for the 'Diagram Contents' containment reference.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES
The feature id for the 'Diagram Properties' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID
The feature id for the 'Diagram Style ID' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID
The feature id for the 'ID' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET
The feature id for the 'Initial Frame Size Set' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE
The feature id for the 'Required Feature' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE
The feature id for the 'Type' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE
The feature id for the 'Uml Type' attribute.
|
static int |
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT
The number of structural features of the 'Abstract Diagram Representation Object' class.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR
The meta object id for the '
Contents Descriptor ' class. |
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT
The feature id for the 'Binary Object' containment reference.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH
The feature id for the 'Content Hash' attribute.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME
The feature id for the 'Exporter Name' attribute.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION
The feature id for the 'Exporter Version' attribute.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION
The feature id for the 'Representation' container reference.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS
The feature id for the 'Used Elements' attribute list.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS
The feature id for the 'Used Objects' reference list.
|
static int |
DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT
The number of structural features of the 'Contents Descriptor' class.
|
static DiagramPackage |
eINSTANCE
The singleton instance of the package.
|
static java.lang.String |
eNAME
The package name.
|
static java.lang.String |
eNS_PREFIX
The package namespace name.
|
static java.lang.String |
eNS_URI
The package namespace URI.
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.ecore.EReference |
getAbstractDiagramRepresentationObject_DiagramContents()
Returns the meta object for the containment reference '
Diagram Contents '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_DiagramProperties()
Returns the meta object for the attribute '
Diagram Properties '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_DiagramStyleID()
Returns the meta object for the attribute '
Diagram Style ID '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_ID()
Returns the meta object for the attribute '
ID '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_InitialFrameSizeSet()
Returns the meta object for the attribute '
Initial Frame Size Set '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_RequiredFeature()
Returns the meta object for the attribute '
Required Feature '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_Type()
Returns the meta object for the attribute '
Type '. |
org.eclipse.emf.ecore.EAttribute |
getAbstractDiagramRepresentationObject_UmlType()
Returns the meta object for the attribute '
Uml Type '. |
org.eclipse.emf.ecore.EClass |
getAbstractDiagramRepresentationObject()
Returns the meta object for class '
Abstract Diagram Representation Object '. |
org.eclipse.emf.ecore.EReference |
getDiagramContentsDescriptor_BinaryObject()
Returns the meta object for the containment reference '
Binary Object '. |
org.eclipse.emf.ecore.EAttribute |
getDiagramContentsDescriptor_ContentHash()
Returns the meta object for the attribute '
Content Hash '. |
org.eclipse.emf.ecore.EAttribute |
getDiagramContentsDescriptor_ExporterName()
Returns the meta object for the attribute '
Exporter Name '. |
org.eclipse.emf.ecore.EAttribute |
getDiagramContentsDescriptor_ExporterVersion()
Returns the meta object for the attribute '
Exporter Version '. |
org.eclipse.emf.ecore.EReference |
getDiagramContentsDescriptor_Representation()
Returns the meta object for the container reference '
Representation '. |
org.eclipse.emf.ecore.EAttribute |
getDiagramContentsDescriptor_UsedElements()
Returns the meta object for the attribute list '
Used Elements '. |
org.eclipse.emf.ecore.EReference |
getDiagramContentsDescriptor_UsedObjects()
Returns the meta object for the reference list '
Used Objects '. |
org.eclipse.emf.ecore.EClass |
getDiagramContentsDescriptor()
Returns the meta object for class '
Contents Descriptor '. |
DiagramFactory |
getDiagramFactory()
Returns the factory that creates the instances of the model.
|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
getEAnnotation, getEAnnotations
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final DiagramPackage eINSTANCE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT
Abstract Diagram Representation Object
' class.
com.nomagic.magicdraw.foundation.diagram.impl.AbstractDiagramRepresentationObjectImpl
,
com.nomagic.magicdraw.foundation.diagram.impl.DiagramPackageImpl#getAbstractDiagramRepresentationObject()
,
Constant Field Valuesstatic final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT
static final int DIAGRAM_CONTENTS_DESCRIPTOR
Contents Descriptor
' class.
com.nomagic.magicdraw.foundation.diagram.impl.DiagramContentsDescriptorImpl
,
com.nomagic.magicdraw.foundation.diagram.impl.DiagramPackageImpl#getDiagramContentsDescriptor()
,
Constant Field Valuesstatic final int DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION
static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME
static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION
static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS
static final int DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT
static final int DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH
static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS
static final int DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT
org.eclipse.emf.ecore.EClass getAbstractDiagramRepresentationObject()
Abstract Diagram Representation Object
'.
AbstractDiagramRepresentationObject
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_ID()
ID
'.
AbstractDiagramRepresentationObject.getID()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_Type()
Type
'.
AbstractDiagramRepresentationObject.getType()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_UmlType()
Uml Type
'.
AbstractDiagramRepresentationObject.getUmlType()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_DiagramProperties()
Diagram Properties
'.
AbstractDiagramRepresentationObject.getDiagramProperties()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_InitialFrameSizeSet()
Initial Frame Size Set
'.
AbstractDiagramRepresentationObject.isInitialFrameSizeSet()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_RequiredFeature()
Required Feature
'.
AbstractDiagramRepresentationObject.getRequiredFeature()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EReference getAbstractDiagramRepresentationObject_DiagramContents()
Diagram Contents
'.
AbstractDiagramRepresentationObject.getDiagramContents()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_DiagramStyleID()
Diagram Style ID
'.
AbstractDiagramRepresentationObject.getDiagramStyleID()
,
getAbstractDiagramRepresentationObject()
org.eclipse.emf.ecore.EClass getDiagramContentsDescriptor()
Contents Descriptor
'.
DiagramContentsDescriptor
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_Representation()
Representation
'.
DiagramContentsDescriptor.getRepresentation()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ExporterName()
Exporter Name
'.
DiagramContentsDescriptor.getExporterName()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ExporterVersion()
Exporter Version
'.
DiagramContentsDescriptor.getExporterVersion()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_UsedElements()
Used Elements
'.
DiagramContentsDescriptor.getUsedElements()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_BinaryObject()
Binary Object
'.
DiagramContentsDescriptor.getBinaryObject()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ContentHash()
Content Hash
'.
DiagramContentsDescriptor.getContentHash()
,
getDiagramContentsDescriptor()
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_UsedObjects()
Used Objects
'.
DiagramContentsDescriptor.getUsedObjects()
,
getDiagramContentsDescriptor()
DiagramFactory getDiagramFactory()