Modelers

org.topcased.modeler.graphconf
Interface EMFBridge

All Superinterfaces:
Bridge, EObject, Notifier

public interface EMFBridge
extends Bridge

A representation of the model object 'EMF Bridge'.

The following features are supported:

See Also:
GraphconfPackage.getEMFBridge()
** Generated **
Model:

Method Summary
 EClass getType()
          Returns the value of the 'Type' reference.
 void setType(EClass value)
          Sets the value of the 'Type' 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

getType

EClass getType()
Returns the value of the 'Type' reference.

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

Returns:
the value of the 'Type' reference.
See Also:
setType(EClass), GraphconfPackage.getEMFBridge_Type()
** Generated **
Model:
required="true"

setType

void setType(EClass value)
Sets the value of the 'Type' reference.

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

Modelers

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