EGF Engine
Release 0.1.0

org.eclipse.egf.model
Interface MappingModel

All Superinterfaces:
NamedModelElementWithId
All Known Implementing Classes:
MappingModelImpl

public interface MappingModel
extends NamedModelElementWithId

A representation of the model object 'Mapping Model'.

The following features are supported:

See Also:
ModelPackage.getMappingModel()

Method Summary
 String getPath()
          Returns the value of the 'Path' attribute
 String getSource()
          Returns the value of the 'Source' attribute
 String getTarget()
          Returns the value of the 'Target' attribute
 void setPath(String value)
          Sets the value of the 'Path' attribute
 void setSource(String value)
          Sets the value of the 'Source' attribute
 void setTarget(String value)
          Sets the value of the 'Target' attribute
 
Methods inherited from interface org.eclipse.egf.model.NamedModelElementWithId
getDescription, getId, getJavaIdentifier, getName, setDescription, setId, setName
 

Method Detail

getPath

String getPath()
Returns the value of the 'Path' attribute.

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

Returns:
the value of the 'Path' attribute.
See Also:
setPath(String), ModelPackage.getMappingModel_Path()

setPath

void setPath(String value)
Sets the value of the 'Path' attribute.

Parameters:
value - the new value of the 'Path' attribute.
See Also:
getPath()

getSource

String getSource()
Returns the value of the 'Source' attribute.

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

Returns:
the value of the 'Source' attribute.
See Also:
setSource(String), ModelPackage.getMappingModel_Source()

setSource

void setSource(String value)
Sets the value of the 'Source' attribute.

Parameters:
value - the new value of the 'Source' attribute.
See Also:
getSource()

getTarget

String getTarget()
Returns the value of the 'Target' attribute.

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

Returns:
the value of the 'Target' attribute.
See Also:
setTarget(String), ModelPackage.getMappingModel_Target()

setTarget

void setTarget(String value)
Sets the value of the 'Target' attribute.

Parameters:
value - the new value of the 'Target' attribute.
See Also:
getTarget()

EGF Engine
Release 0.1.0

Copyright (c) Thales Corporate Services S.A.S, 2009.

This page is made available under license. For full details see the LEGAL in the documentation book that contains this page.