Interface DiagramContentsDescriptor
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
public interface DiagramContentsDescriptor extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Contents Descriptor'.The following features are supported:
- See Also:
DiagramPackage.getDiagramContentsDescriptor()
- Model:
- Generated:
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
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:
setRepresentation(AbstractDiagramRepresentationObject)
,DiagramPackage.getDiagramContentsDescriptor_Representation()
,AbstractDiagramRepresentationObject.getDiagramContents()
- Model:
- opposite="diagramContents" transient="false"
- Generated:
-
setRepresentation
void setRepresentation(AbstractDiagramRepresentationObject value)
Sets the value of the 'Representation
' container reference.- Parameters:
value
- the new value of the 'Representation' container reference.- See Also:
getRepresentation()
- Generated:
-
getExporterName
java.lang.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:
setExporterName(String)
,DiagramPackage.getDiagramContentsDescriptor_ExporterName()
- Model:
- Generated:
-
setExporterName
void setExporterName(java.lang.String value)
Sets the value of the 'Exporter Name
' attribute.- Parameters:
value
- the new value of the 'Exporter Name' attribute.- See Also:
getExporterName()
- Generated:
-
getExporterVersion
java.lang.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:
setExporterVersion(String)
,DiagramPackage.getDiagramContentsDescriptor_ExporterVersion()
- Model:
- Generated:
-
setExporterVersion
void setExporterVersion(java.lang.String value)
Sets the value of the 'Exporter Version
' attribute.- Parameters:
value
- the new value of the 'Exporter Version' attribute.- See Also:
getExporterVersion()
- Generated:
-
getUsedElements
org.eclipse.emf.common.util.EList<java.lang.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:
DiagramPackage.getDiagramContentsDescriptor_UsedElements()
- 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:
setBinaryObject(BinaryObject)
,DiagramPackage.getDiagramContentsDescriptor_BinaryObject()
- 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:
getBinaryObject()
- Generated:
-
getContentHash
java.lang.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:
setContentHash(String)
,DiagramPackage.getDiagramContentsDescriptor_ContentHash()
- Model:
- Generated:
-
setContentHash
void setContentHash(java.lang.String value)
Sets the value of the 'Content Hash
' attribute.- Parameters:
value
- the new value of the 'Content Hash' attribute.- See Also:
getContentHash()
- 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:
DiagramPackage.getDiagramContentsDescriptor_UsedObjects()
- Model:
- Generated:
-
-