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

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

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


/**
 * 
 * A representation of the model object 'Collection Function'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.CollectionFunction#getFunction Function}
  • *
  • {@link org.openxma.dsl.dom.model.CollectionFunction#getProperty Property}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getCollectionFunction() * @model * @generated */ public interface CollectionFunction extends Expression { /** * Returns the value of the 'Function' attribute. * *

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

* * @return the value of the 'Function' attribute. * @see #setFunction(String) * @see org.openxma.dsl.dom.DomPackage#getCollectionFunction_Function() * @model * @generated */ String getFunction(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.CollectionFunction#getFunction Function}' attribute. * * * @param value the new value of the 'Function' attribute. * @see #getFunction() * @generated */ void setFunction(String value); /** * Returns the value of the 'Property' containment reference. * *

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

* * @return the value of the 'Property' containment reference. * @see #setProperty(PropertyValue) * @see org.openxma.dsl.dom.DomPackage#getCollectionFunction_Property() * @model containment="true" * @generated */ PropertyValue getProperty(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.CollectionFunction#getProperty Property}' containment reference. * * * @param value the new value of the 'Property' containment reference. * @see #getProperty() * @generated */ void setProperty(PropertyValue value); } // CollectionFunction




© 2015 - 2024 Weber Informatics LLC | Privacy Policy