Generators

org.topcased.modeler.diagramconfigurator
Interface DiagramReference

All Superinterfaces:
EObject, Notifier

public interface DiagramReference
extends EObject

A representation of the model object 'Diagram Reference'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getDiagramReference()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A DiagramReference is linked with a DiagramConfiguration'"

Method Summary
 DiagramConfiguration getDiagram()
          Returns the value of the 'Diagram' reference.
 int getLowerBound()
          Returns the value of the 'Lower Bound' attribute.
 int getUpperBound()
          Returns the value of the 'Upper Bound' attribute.
 void setDiagram(DiagramConfiguration value)
          Sets the value of the 'Diagram' reference.
 void setLowerBound(int value)
          Sets the value of the 'Lower Bound' attribute.
 void setUpperBound(int value)
          Sets the value of the 'Upper Bound' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getDiagram

DiagramConfiguration getDiagram()
Returns the value of the 'Diagram' reference.

If the meaning of the 'Diagram' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Diagram' reference.
See Also:
setDiagram(DiagramConfiguration), DiagramconfiguratorPackage.getDiagramReference_Diagram()
** Generated **
Model:
required="true"

setDiagram

void setDiagram(DiagramConfiguration value)
Sets the value of the 'Diagram' reference.

Parameters:
value - the new value of the 'Diagram' reference.
See Also:
getDiagram()
** Generated **

getLowerBound

int getLowerBound()
Returns the value of the 'Lower Bound' attribute. The default value is "0".

If the meaning of the 'Lower Bound' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Lower Bound' attribute.
See Also:
setLowerBound(int), DiagramconfiguratorPackage.getDiagramReference_LowerBound()
** Generated **
Model:
default="0" ordered="false"

setLowerBound

void setLowerBound(int value)
Sets the value of the 'Lower Bound' attribute.

Parameters:
value - the new value of the 'Lower Bound' attribute.
See Also:
getLowerBound()
** Generated **

getUpperBound

int getUpperBound()
Returns the value of the 'Upper Bound' attribute. The default value is "-1".

If the meaning of the 'Upper Bound' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Upper Bound' attribute.
See Also:
setUpperBound(int), DiagramconfiguratorPackage.getDiagramReference_UpperBound()
** Generated **
Model:
default="-1" ordered="false"

setUpperBound

void setUpperBound(int value)
Sets the value of the 'Upper Bound' attribute.

Parameters:
value - the new value of the 'Upper Bound' attribute.
See Also:
getUpperBound()
** Generated **

Generators

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.