org.openxma.dsl.dom.model
Interface PropertyMapping

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
PropertyMappingImpl

public interface PropertyMapping
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Property Mapping'.

The following features are supported:

See Also:
DomPackage.getPropertyMapping()

Method Summary
 Attribute getLeft()
          Returns the value of the 'Left' reference.
 Attribute 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(Attribute value)
          Sets the value of the 'Left' reference.
 void setRight(Attribute 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.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

Attribute 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(Attribute), DomPackage.getPropertyMapping_Left()

setLeft

void setLeft(Attribute 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.getPropertyMapping_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.getPropertyMapping_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.getPropertyMapping_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

Attribute 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(Attribute), DomPackage.getPropertyMapping_Right()

setRight

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

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


Copyright © 2013. All Rights Reserved.