Generators

org.topcased.modeler.diagramconfigurator
Interface EdgeObject

All Superinterfaces:
EObject, Notifier

public interface EdgeObject
extends EObject

A representation of the model object 'Edge Object'.

The following features are supported:

See Also:
DiagramconfiguratorPackage.getEdgeObject()
** Generated **
Model:

Method Summary
 EStructuralFeature getEStructuralFeature()
          Returns the value of the 'EStructural Feature' reference.
 java.lang.String getId()
          Returns the value of the 'Id' attribute.
 EdgeObjectType getType()
          Returns the value of the 'Type' attribute.
 void setEStructuralFeature(EStructuralFeature value)
          Sets the value of the 'EStructural Feature' reference.
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute.
 void setType(EdgeObjectType value)
          Sets the value of the 'Type' 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

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), DiagramconfiguratorPackage.getEdgeObject_Id()
** Generated **
Model:
required="true"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
** Generated **

getType

EdgeObjectType getType()
Returns the value of the 'Type' attribute. The default value is "Source". The literals are from the enumeration EdgeObjectType.

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

Returns:
the value of the 'Type' attribute.
See Also:
EdgeObjectType, setType(EdgeObjectType), DiagramconfiguratorPackage.getEdgeObject_Type()
** Generated **
Model:
default="Source"

setType

void setType(EdgeObjectType value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
EdgeObjectType, getType()
** Generated **

getEStructuralFeature

EStructuralFeature getEStructuralFeature()
Returns the value of the 'EStructural Feature' reference.

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

Returns:
the value of the 'EStructural Feature' reference.
See Also:
setEStructuralFeature(EStructuralFeature), DiagramconfiguratorPackage.getEdgeObject_EStructuralFeature()
** Generated **
Model:

setEStructuralFeature

void setEStructuralFeature(EStructuralFeature value)
Sets the value of the 'EStructural Feature' reference.

Parameters:
value - the new value of the 'EStructural Feature' reference.
See Also:
getEStructuralFeature()
** Generated **

Generators

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