Generators

org.topcased.modeler.diagramconfigurator
Interface ModelObjectConfiguration

All Superinterfaces:
EObject, Notifier, ObjectConfiguration

public interface ModelObjectConfiguration
extends ObjectConfiguration

A representation of the model object 'Model Object Configuration'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getModelObjectConfiguration()
** Generated **
Model:
annotation="http://www.topcased.org/documentation documentation='A ModelObjectConfiguration is associated with a model object through the genClass reference. It is eventually linked to several DiagramReference.'"

Method Summary
 EList<DiagramReference> getDiagrams()
          Returns the value of the 'Diagrams' containment reference list.
 GenClass getGenClass()
          Returns the value of the 'Gen Class' reference.
 java.lang.String getName()
           
 void setGenClass(GenClass value)
          Sets the value of the 'Gen Class' reference.
 
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

getGenClass

GenClass getGenClass()
Returns the value of the 'Gen Class' reference.

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

Returns:
the value of the 'Gen Class' reference.
See Also:
setGenClass(GenClass), DiagramconfiguratorPackage.getModelObjectConfiguration_GenClass()
** Generated **
Model:
required="true"

setGenClass

void setGenClass(GenClass value)
Sets the value of the 'Gen Class' reference.

Parameters:
value - the new value of the 'Gen Class' reference.
See Also:
getGenClass()
** Generated **

getDiagrams

EList<DiagramReference> getDiagrams()
Returns the value of the 'Diagrams' containment reference list. The list contents are of type DiagramReference.

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

Returns:
the value of the 'Diagrams' containment reference list.
See Also:
DiagramconfiguratorPackage.getModelObjectConfiguration_Diagrams()
** Generated **
Model:
type="org.topcased.modeler.diagramconfigurator.DiagramReference" containment="true" ordered="false"

getName

java.lang.String getName()

Specified by:
getName in interface ObjectConfiguration
** Generated **
Model:
kind="operation"

Generators

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