Interface DiagramContentsDescriptor
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
The following features are supported:
- See Also:
- Model:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptioncom.nomagic.ci.metamodel.binary.BinaryObject
Returns the value of the 'Binary Object' containment reference.Returns the value of the 'Content Hash' attribute.Returns the value of the 'Exporter Name' attribute.Returns the value of the 'Exporter Version' attribute.Returns the value of the 'Representation' container reference.org.eclipse.emf.common.util.EList<String>
Returns the value of the 'Used Elements' attribute list.org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>
Returns the value of the 'Used Objects' reference list.void
setBinaryObject
(com.nomagic.ci.metamodel.binary.BinaryObject value) Sets the value of the 'Binary Object
' containment reference.void
setContentHash
(String value) Sets the value of the 'Content Hash
' attribute.void
setExporterName
(String value) Sets the value of the 'Exporter Name
' attribute.void
setExporterVersion
(String value) Sets the value of the 'Exporter Version
' attribute.void
Sets the value of the 'Representation
' container reference.Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRepresentation
AbstractDiagramRepresentationObject getRepresentation()Returns the value of the 'Representation' container reference. It is bidirectional and its opposite is 'Diagram Contents
'.If the meaning of the 'Representation' container reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Representation' container reference.
- See Also:
- Model:
- opposite="diagramContents" transient="false"
- Generated:
-
setRepresentation
Sets the value of the 'Representation
' container reference.- Parameters:
value
- the new value of the 'Representation' container reference.- See Also:
- Generated:
-
getExporterName
String getExporterName()Returns the value of the 'Exporter Name' attribute.If the meaning of the 'Exporter Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exporter Name' attribute.
- See Also:
- Model:
- Generated:
-
setExporterName
Sets the value of the 'Exporter Name
' attribute.- Parameters:
value
- the new value of the 'Exporter Name' attribute.- See Also:
- Generated:
-
getExporterVersion
String getExporterVersion()Returns the value of the 'Exporter Version' attribute.If the meaning of the 'Exporter Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Exporter Version' attribute.
- See Also:
- Model:
- Generated:
-
setExporterVersion
Sets the value of the 'Exporter Version
' attribute.- Parameters:
value
- the new value of the 'Exporter Version' attribute.- See Also:
- Generated:
-
getUsedElements
org.eclipse.emf.common.util.EList<String> getUsedElements()Returns the value of the 'Used Elements' attribute list. The list contents are of typeString
.If the meaning of the 'Used Elements' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Used Elements' attribute list.
- See Also:
- Model:
- ordered="false"
- Generated:
-
getBinaryObject
com.nomagic.ci.metamodel.binary.BinaryObject getBinaryObject()Returns the value of the 'Binary Object' containment reference.If the meaning of the 'Binary Object' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Binary Object' containment reference.
- See Also:
- Model:
- containment="true" resolveProxies="true"
- Generated:
-
setBinaryObject
void setBinaryObject(com.nomagic.ci.metamodel.binary.BinaryObject value) Sets the value of the 'Binary Object
' containment reference.- Parameters:
value
- the new value of the 'Binary Object' containment reference.- See Also:
- Generated:
-
getContentHash
String getContentHash()Returns the value of the 'Content Hash' attribute.If the meaning of the 'Content Hash' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Content Hash' attribute.
- See Also:
- Model:
- Generated:
-
setContentHash
Sets the value of the 'Content Hash
' attribute.- Parameters:
value
- the new value of the 'Content Hash' attribute.- See Also:
- Generated:
-
getUsedObjects
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getUsedObjects()Returns the value of the 'Used Objects' reference list. The list contents are of typeEObject
.If the meaning of the 'Used Objects' reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Used Objects' reference list.
- See Also:
- Model:
- Generated:
-