Interface DiagramPackage
-
- All Superinterfaces:
org.eclipse.emf.ecore.EModelElement
,org.eclipse.emf.ecore.ENamedElement
,org.eclipse.emf.ecore.EObject
,org.eclipse.emf.ecore.EPackage
,org.eclipse.emf.common.notify.Notifier
public interface DiagramPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent- each class,
- each feature of each class,
- each enum,
- and each data type
- See Also:
DiagramFactory
- Model:
- kind="package"
- Generated:
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface 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
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.ecore.EClass
getAbstractDiagramRepresentationObject()
Returns the meta object for class 'Abstract Diagram Representation Object
'.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
getDiagramContentsDescriptor()
Returns the meta object for class 'Contents Descriptor
'.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
'.DiagramFactory
getDiagramFactory()
Returns the factory that creates the instances of the model.-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
-
-
-
Field Detail
-
eNAME
static final java.lang.String eNAME
The package name.- See Also:
- Constant Field Values
- Generated:
-
eNS_URI
static final java.lang.String eNS_URI
The package namespace URI.- See Also:
- Constant Field Values
- Generated:
-
eNS_PREFIX
static final java.lang.String eNS_PREFIX
The package namespace name.- See Also:
- Constant Field Values
- Generated:
-
eINSTANCE
static final DiagramPackage eINSTANCE
The singleton instance of the package.- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT
The meta object id for the 'Abstract Diagram Representation Object
' class.- See Also:
AbstractDiagramRepresentationObjectImpl
,DiagramPackageImpl.getAbstractDiagramRepresentationObject()
, Constant Field Values- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__ID
The feature id for the 'ID' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__TYPE
The feature id for the 'Type' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__UML_TYPE
The feature id for the 'Uml Type' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_PROPERTIES
The feature id for the 'Diagram Properties' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__INITIAL_FRAME_SIZE_SET
The feature id for the 'Initial Frame Size Set' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__REQUIRED_FEATURE
The feature id for the 'Required Feature' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_CONTENTS
The feature id for the 'Diagram Contents' containment reference.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT__DIAGRAM_STYLE_ID
The feature id for the 'Diagram Style ID' attribute.- See Also:
- Constant Field Values
- Generated:
-
ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT
static final int ABSTRACT_DIAGRAM_REPRESENTATION_OBJECT_FEATURE_COUNT
The number of structural features of the 'Abstract Diagram Representation Object' class.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR
static final int DIAGRAM_CONTENTS_DESCRIPTOR
The meta object id for the 'Contents Descriptor
' class.- See Also:
DiagramContentsDescriptorImpl
,DiagramPackageImpl.getDiagramContentsDescriptor()
, Constant Field Values- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION
static final int DIAGRAM_CONTENTS_DESCRIPTOR__REPRESENTATION
The feature id for the 'Representation' container reference.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME
static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_NAME
The feature id for the 'Exporter Name' attribute.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION
static final int DIAGRAM_CONTENTS_DESCRIPTOR__EXPORTER_VERSION
The feature id for the 'Exporter Version' attribute.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS
static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_ELEMENTS
The feature id for the 'Used Elements' attribute list.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT
static final int DIAGRAM_CONTENTS_DESCRIPTOR__BINARY_OBJECT
The feature id for the 'Binary Object' containment reference.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH
static final int DIAGRAM_CONTENTS_DESCRIPTOR__CONTENT_HASH
The feature id for the 'Content Hash' attribute.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS
static final int DIAGRAM_CONTENTS_DESCRIPTOR__USED_OBJECTS
The feature id for the 'Used Objects' reference list.- See Also:
- Constant Field Values
- Generated:
-
DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT
static final int DIAGRAM_CONTENTS_DESCRIPTOR_FEATURE_COUNT
The number of structural features of the 'Contents Descriptor' class.- See Also:
- Constant Field Values
- Generated:
-
-
Method Detail
-
getAbstractDiagramRepresentationObject
org.eclipse.emf.ecore.EClass getAbstractDiagramRepresentationObject()
Returns the meta object for class 'Abstract Diagram Representation Object
'.- Returns:
- the meta object for class 'Abstract Diagram Representation Object'.
- See Also:
AbstractDiagramRepresentationObject
- Generated:
-
getAbstractDiagramRepresentationObject_ID
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_ID()
Returns the meta object for the attribute 'ID
'.- Returns:
- the meta object for the attribute 'ID'.
- See Also:
AbstractDiagramRepresentationObject.getID()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_Type
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_Type()
Returns the meta object for the attribute 'Type
'.- Returns:
- the meta object for the attribute 'Type'.
- See Also:
AbstractDiagramRepresentationObject.getType()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_UmlType
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_UmlType()
Returns the meta object for the attribute 'Uml Type
'.- Returns:
- the meta object for the attribute 'Uml Type'.
- See Also:
AbstractDiagramRepresentationObject.getUmlType()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_DiagramProperties
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_DiagramProperties()
Returns the meta object for the attribute 'Diagram Properties
'.- Returns:
- the meta object for the attribute 'Diagram Properties'.
- See Also:
AbstractDiagramRepresentationObject.getDiagramProperties()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_InitialFrameSizeSet
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_InitialFrameSizeSet()
Returns the meta object for the attribute 'Initial Frame Size Set
'.- Returns:
- the meta object for the attribute 'Initial Frame Size Set'.
- See Also:
AbstractDiagramRepresentationObject.isInitialFrameSizeSet()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_RequiredFeature
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_RequiredFeature()
Returns the meta object for the attribute 'Required Feature
'.- Returns:
- the meta object for the attribute 'Required Feature'.
- See Also:
AbstractDiagramRepresentationObject.getRequiredFeature()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_DiagramContents
org.eclipse.emf.ecore.EReference getAbstractDiagramRepresentationObject_DiagramContents()
Returns the meta object for the containment reference 'Diagram Contents
'.- Returns:
- the meta object for the containment reference 'Diagram Contents'.
- See Also:
AbstractDiagramRepresentationObject.getDiagramContents()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getAbstractDiagramRepresentationObject_DiagramStyleID
org.eclipse.emf.ecore.EAttribute getAbstractDiagramRepresentationObject_DiagramStyleID()
Returns the meta object for the attribute 'Diagram Style ID
'.- Returns:
- the meta object for the attribute 'Diagram Style ID'.
- See Also:
AbstractDiagramRepresentationObject.getDiagramStyleID()
,getAbstractDiagramRepresentationObject()
- Generated:
-
getDiagramContentsDescriptor
org.eclipse.emf.ecore.EClass getDiagramContentsDescriptor()
Returns the meta object for class 'Contents Descriptor
'.- Returns:
- the meta object for class 'Contents Descriptor'.
- See Also:
DiagramContentsDescriptor
- Generated:
-
getDiagramContentsDescriptor_Representation
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_Representation()
Returns the meta object for the container reference 'Representation
'.- Returns:
- the meta object for the container reference 'Representation'.
- See Also:
DiagramContentsDescriptor.getRepresentation()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_ExporterName
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ExporterName()
Returns the meta object for the attribute 'Exporter Name
'.- Returns:
- the meta object for the attribute 'Exporter Name'.
- See Also:
DiagramContentsDescriptor.getExporterName()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_ExporterVersion
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ExporterVersion()
Returns the meta object for the attribute 'Exporter Version
'.- Returns:
- the meta object for the attribute 'Exporter Version'.
- See Also:
DiagramContentsDescriptor.getExporterVersion()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_UsedElements
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_UsedElements()
Returns the meta object for the attribute list 'Used Elements
'.- Returns:
- the meta object for the attribute list 'Used Elements'.
- See Also:
DiagramContentsDescriptor.getUsedElements()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_BinaryObject
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_BinaryObject()
Returns the meta object for the containment reference 'Binary Object
'.- Returns:
- the meta object for the containment reference 'Binary Object'.
- See Also:
DiagramContentsDescriptor.getBinaryObject()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_ContentHash
org.eclipse.emf.ecore.EAttribute getDiagramContentsDescriptor_ContentHash()
Returns the meta object for the attribute 'Content Hash
'.- Returns:
- the meta object for the attribute 'Content Hash'.
- See Also:
DiagramContentsDescriptor.getContentHash()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramContentsDescriptor_UsedObjects
org.eclipse.emf.ecore.EReference getDiagramContentsDescriptor_UsedObjects()
Returns the meta object for the reference list 'Used Objects
'.- Returns:
- the meta object for the reference list 'Used Objects'.
- See Also:
DiagramContentsDescriptor.getUsedObjects()
,getDiagramContentsDescriptor()
- Generated:
-
getDiagramFactory
DiagramFactory getDiagramFactory()
Returns the factory that creates the instances of the model.- Returns:
- the factory that creates the instances of the model.
- Generated:
-
-