public interface DiagramContentsDescriptor
extends org.eclipse.emf.ecore.EObject
The following features are supported:
Modifier and Type | Method and Description |
---|---|
com.nomagic.ci.metamodel.binary.BinaryObject |
getBinaryObject()
Returns the value of the 'Binary Object' containment reference.
|
java.lang.String |
getContentHash()
Returns the value of the 'Content Hash' attribute.
|
java.lang.String |
getExporterName()
Returns the value of the 'Exporter Name' attribute.
|
java.lang.String |
getExporterVersion()
Returns the value of the 'Exporter Version' attribute.
|
AbstractDiagramRepresentationObject |
getRepresentation()
Returns the value of the 'Representation' container reference.
|
org.eclipse.emf.common.util.EList<java.lang.String> |
getUsedElements()
Returns the value of the 'Used Elements' attribute list.
|
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> |
getUsedObjects()
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(java.lang.String value)
Sets the value of the '
Content Hash ' attribute. |
void |
setExporterName(java.lang.String value)
Sets the value of the '
Exporter Name ' attribute. |
void |
setExporterVersion(java.lang.String value)
Sets the value of the '
Exporter Version ' attribute. |
void |
setRepresentation(AbstractDiagramRepresentationObject value)
Sets the value of the '
Representation ' container reference. |
AbstractDiagramRepresentationObject getRepresentation()
Diagram Contents
'.
If the meaning of the 'Representation' container reference isn't clear, there really should be more of a description here...
setRepresentation(AbstractDiagramRepresentationObject)
,
DiagramPackage.getDiagramContentsDescriptor_Representation()
,
AbstractDiagramRepresentationObject.getDiagramContents()
void setRepresentation(AbstractDiagramRepresentationObject value)
Representation
' container reference.
value
- the new value of the 'Representation' container reference.getRepresentation()
java.lang.String getExporterName()
If the meaning of the 'Exporter Name' attribute isn't clear, there really should be more of a description here...
setExporterName(String)
,
DiagramPackage.getDiagramContentsDescriptor_ExporterName()
void setExporterName(java.lang.String value)
Exporter Name
' attribute.
value
- the new value of the 'Exporter Name' attribute.getExporterName()
java.lang.String getExporterVersion()
If the meaning of the 'Exporter Version' attribute isn't clear, there really should be more of a description here...
setExporterVersion(String)
,
DiagramPackage.getDiagramContentsDescriptor_ExporterVersion()
void setExporterVersion(java.lang.String value)
Exporter Version
' attribute.
value
- the new value of the 'Exporter Version' attribute.getExporterVersion()
org.eclipse.emf.common.util.EList<java.lang.String> getUsedElements()
String
.
If the meaning of the 'Used Elements' attribute isn't clear, there really should be more of a description here...
DiagramPackage.getDiagramContentsDescriptor_UsedElements()
com.nomagic.ci.metamodel.binary.BinaryObject getBinaryObject()
If the meaning of the 'Binary Object' containment reference isn't clear, there really should be more of a description here...
setBinaryObject(BinaryObject)
,
DiagramPackage.getDiagramContentsDescriptor_BinaryObject()
void setBinaryObject(com.nomagic.ci.metamodel.binary.BinaryObject value)
Binary Object
' containment reference.
value
- the new value of the 'Binary Object' containment reference.getBinaryObject()
java.lang.String getContentHash()
If the meaning of the 'Content Hash' attribute isn't clear, there really should be more of a description here...
setContentHash(String)
,
DiagramPackage.getDiagramContentsDescriptor_ContentHash()
void setContentHash(java.lang.String value)
Content Hash
' attribute.
value
- the new value of the 'Content Hash' attribute.getContentHash()
org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> getUsedObjects()
EObject
.
If the meaning of the 'Used Objects' reference list isn't clear, there really should be more of a description here...
DiagramPackage.getDiagramContentsDescriptor_UsedObjects()