org.openxma.dsl.dom.model
Interface Mapper

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.openxma.dsl.core.model.IDocumentable, org.openxma.dsl.core.model.ModelElement, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
MapperImpl

public interface Mapper
extends org.openxma.dsl.core.model.ModelElement

A representation of the model object 'Mapper'.

The following features are supported:

See Also:
DomPackage.getMapper()

Method Summary
 ComplexType getLeft()
          Returns the value of the 'Left' reference.
 org.eclipse.emf.common.util.EList<PropertyMapping> getPropertyMappings()
          Returns the value of the 'Property Mappings' containment reference list.
 ComplexType getRight()
          Returns the value of the 'Right' reference.
 boolean isBiDirectional()
          Returns the value of the 'Bi Directional' attribute.
 boolean isToLeft()
          Returns the value of the 'To Left' attribute.
 boolean isToRight()
          Returns the value of the 'To Right' attribute.
 void setBiDirectional(boolean value)
          Sets the value of the 'Bi Directional' attribute.
 void setLeft(ComplexType value)
          Sets the value of the 'Left' reference.
 void setRight(ComplexType value)
          Sets the value of the 'Right' reference.
 void setToLeft(boolean value)
          Sets the value of the 'To Left' attribute.
 void setToRight(boolean value)
          Sets the value of the 'To Right' attribute.
 
Methods inherited from interface org.openxma.dsl.core.model.ModelElement
getName, setName
 
Methods inherited from interface org.openxma.dsl.core.model.IDocumentable
getTxtDescription, setTxtDescription
 
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

getLeft

ComplexType getLeft()
Returns the value of the 'Left' reference.

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

Returns:
the value of the 'Left' reference.
See Also:
setLeft(ComplexType), DomPackage.getMapper_Left()

setLeft

void setLeft(ComplexType value)
Sets the value of the 'Left' reference.

Parameters:
value - the new value of the 'Left' reference.
See Also:
getLeft()

isBiDirectional

boolean isBiDirectional()
Returns the value of the 'Bi Directional' attribute.

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

Returns:
the value of the 'Bi Directional' attribute.
See Also:
setBiDirectional(boolean), DomPackage.getMapper_BiDirectional()

setBiDirectional

void setBiDirectional(boolean value)
Sets the value of the 'Bi Directional' attribute.

Parameters:
value - the new value of the 'Bi Directional' attribute.
See Also:
isBiDirectional()

isToLeft

boolean isToLeft()
Returns the value of the 'To Left' attribute.

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

Returns:
the value of the 'To Left' attribute.
See Also:
setToLeft(boolean), DomPackage.getMapper_ToLeft()

setToLeft

void setToLeft(boolean value)
Sets the value of the 'To Left' attribute.

Parameters:
value - the new value of the 'To Left' attribute.
See Also:
isToLeft()

isToRight

boolean isToRight()
Returns the value of the 'To Right' attribute.

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

Returns:
the value of the 'To Right' attribute.
See Also:
setToRight(boolean), DomPackage.getMapper_ToRight()

setToRight

void setToRight(boolean value)
Sets the value of the 'To Right' attribute.

Parameters:
value - the new value of the 'To Right' attribute.
See Also:
isToRight()

getRight

ComplexType getRight()
Returns the value of the 'Right' reference.

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

Returns:
the value of the 'Right' reference.
See Also:
setRight(ComplexType), DomPackage.getMapper_Right()

setRight

void setRight(ComplexType value)
Sets the value of the 'Right' reference.

Parameters:
value - the new value of the 'Right' reference.
See Also:
getRight()

getPropertyMappings

org.eclipse.emf.common.util.EList<PropertyMapping> getPropertyMappings()
Returns the value of the 'Property Mappings' containment reference list. The list contents are of type PropertyMapping.

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

Returns:
the value of the 'Property Mappings' containment reference list.
See Also:
DomPackage.getMapper_PropertyMappings()


Copyright © 2013. All Rights Reserved.