All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openxma.dsl.dom.model.PropertyMapping Maven / Gradle / Ivy

There is a newer version: 6.0.2
Show newest version
/**
 * 
 * 
 *
 * $Id$
 */
package org.openxma.dsl.dom.model;

import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Property Mapping'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.PropertyMapping#getLeft Left}
  • *
  • {@link org.openxma.dsl.dom.model.PropertyMapping#isBiDirectional Bi Directional}
  • *
  • {@link org.openxma.dsl.dom.model.PropertyMapping#isToLeft To Left}
  • *
  • {@link org.openxma.dsl.dom.model.PropertyMapping#isToRight To Right}
  • *
  • {@link org.openxma.dsl.dom.model.PropertyMapping#getRight Right}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping() * @model * @generated */ public interface PropertyMapping extends EObject { /** * 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... *

* * @return the value of the 'Left' reference. * @see #setLeft(Attribute) * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping_Left() * @model * @generated */ Attribute getLeft(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.PropertyMapping#getLeft Left}' reference. * * * @param value the new value of the 'Left' reference. * @see #getLeft() * @generated */ void setLeft(Attribute value); /** * 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... *

* * @return the value of the 'Bi Directional' attribute. * @see #setBiDirectional(boolean) * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping_BiDirectional() * @model * @generated */ boolean isBiDirectional(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.PropertyMapping#isBiDirectional Bi Directional}' attribute. * * * @param value the new value of the 'Bi Directional' attribute. * @see #isBiDirectional() * @generated */ void setBiDirectional(boolean value); /** * 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... *

* * @return the value of the 'To Left' attribute. * @see #setToLeft(boolean) * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping_ToLeft() * @model * @generated */ boolean isToLeft(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.PropertyMapping#isToLeft To Left}' attribute. * * * @param value the new value of the 'To Left' attribute. * @see #isToLeft() * @generated */ void setToLeft(boolean value); /** * 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... *

* * @return the value of the 'To Right' attribute. * @see #setToRight(boolean) * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping_ToRight() * @model * @generated */ boolean isToRight(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.PropertyMapping#isToRight To Right}' attribute. * * * @param value the new value of the 'To Right' attribute. * @see #isToRight() * @generated */ void setToRight(boolean value); /** * 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... *

* * @return the value of the 'Right' reference. * @see #setRight(Attribute) * @see org.openxma.dsl.dom.DomPackage#getPropertyMapping_Right() * @model * @generated */ Attribute getRight(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.PropertyMapping#getRight Right}' reference. * * * @param value the new value of the 'Right' reference. * @see #getRight() * @generated */ void setRight(Attribute value); } // PropertyMapping




© 2015 - 2024 Weber Informatics LLC | Privacy Policy