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

org.openxma.dsl.dom.model.ApplicationSession 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.openxma.dsl.core.model.ConditionsBlock;
import org.openxma.dsl.core.model.Function;
import org.openxma.dsl.core.model.ModelElement;

/**
 * 
 * A representation of the model object 'Application Session'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.ApplicationSession#getProperties Properties}
  • *
  • {@link org.openxma.dsl.dom.model.ApplicationSession#getFunctions Functions}
  • *
  • {@link org.openxma.dsl.dom.model.ApplicationSession#getConditionsBlock Conditions Block}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getApplicationSession() * @model * @generated */ public interface ApplicationSession extends ModelElement { /** * Returns the value of the 'Properties' containment reference list. * The list contents are of type {@link org.openxma.dsl.dom.model.Property}. * *

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

* * @return the value of the 'Properties' containment reference list. * @see org.openxma.dsl.dom.DomPackage#getApplicationSession_Properties() * @model containment="true" * @generated */ EList getProperties(); /** * Returns the value of the 'Functions' containment reference list. * The list contents are of type {@link org.openxma.dsl.core.model.Function}. * *

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

* * @return the value of the 'Functions' containment reference list. * @see org.openxma.dsl.dom.DomPackage#getApplicationSession_Functions() * @model containment="true" * @generated */ EList getFunctions(); /** * Returns the value of the 'Conditions Block' containment reference. * *

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

* * @return the value of the 'Conditions Block' containment reference. * @see #setConditionsBlock(ConditionsBlock) * @see org.openxma.dsl.dom.DomPackage#getApplicationSession_ConditionsBlock() * @model containment="true" * @generated */ ConditionsBlock getConditionsBlock(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.ApplicationSession#getConditionsBlock Conditions Block}' containment reference. * * * @param value the new value of the 'Conditions Block' containment reference. * @see #getConditionsBlock() * @generated */ void setConditionsBlock(ConditionsBlock value); } // ApplicationSession




© 2015 - 2024 Weber Informatics LLC | Privacy Policy