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

org.openxma.dsl.dom.model.DaoFeature 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.ecore.EObject;

/**
 * 
 * A representation of the model object 'Dao Feature'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.DaoFeature#getAttribute Attribute}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getDaoFeature() * @model abstract="true" * @generated */ public interface DaoFeature extends EObject { /** * Returns the value of the 'Attribute' reference. * *

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

* * @return the value of the 'Attribute' reference. * @see #setAttribute(Attribute) * @see org.openxma.dsl.dom.DomPackage#getDaoFeature_Attribute() * @model * @generated */ Attribute getAttribute(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.DaoFeature#getAttribute Attribute}' reference. * * * @param value the new value of the 'Attribute' reference. * @see #getAttribute() * @generated */ void setAttribute(Attribute value); } // DaoFeature




© 2015 - 2024 Weber Informatics LLC | Privacy Policy