Interface DataMapping
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
DataMappingImpl
public interface DataMapping extends de.uka.ipd.sdq.identifier.Identifier
- See Also:
UtilPackage.getDataMapping()
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='dataTypesMustBeTheSame'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL dataTypesMustBeTheSame='from.type = to.type'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Data
getFrom()
Returns the value of the 'From' reference.Data
getTo()
Returns the value of the 'To' reference.void
setFrom(Data value)
Sets the value of the 'From
' reference.void
setTo(Data value)
Sets the value of the 'To
' reference.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getFrom
Data getFrom()
Returns the value of the 'From' reference.- Returns:
- the value of the 'From' reference.
- See Also:
setFrom(Data)
,UtilPackage.getDataMapping_From()
- Generated class or method.
- EMF model class or method.
- required="true"
-
setFrom
void setFrom(Data value)
Sets the value of the 'From
' reference.- Parameters:
value
- the new value of the 'From' reference.- See Also:
getFrom()
- Generated class or method.
-
getTo
Data getTo()
Returns the value of the 'To' reference.- Returns:
- the value of the 'To' reference.
- See Also:
setTo(Data)
,UtilPackage.getDataMapping_To()
- Generated class or method.
- EMF model class or method.
- required="true"
-
-