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

org.openxma.dsl.dom.model.Delegatee 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 'Delegatee'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.Delegatee#getObject Object}
  • *
*

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

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

* * @return the value of the 'Object' reference. * @see org.openxma.dsl.dom.DomPackage#getDelegatee_Object() * @model resolveProxies="false" transient="true" changeable="false" volatile="true" derived="true" * @generated */ Entity getObject(); } // Delegatee




© 2015 - 2024 Weber Informatics LLC | Privacy Policy