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

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

* The following features are supported: *

    *
  • {@link org.openxma.dsl.dom.model.InCollection#getPath Path}
  • *
  • {@link org.openxma.dsl.dom.model.InCollection#getAlias Alias}
  • *
*

* * @see org.openxma.dsl.dom.DomPackage#getInCollection() * @model * @generated */ public interface InCollection extends FromRange { /** * Returns the value of the 'Path' attribute. * *

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

* * @return the value of the 'Path' attribute. * @see #setPath(String) * @see org.openxma.dsl.dom.DomPackage#getInCollection_Path() * @model * @generated */ String getPath(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.InCollection#getPath Path}' attribute. * * * @param value the new value of the 'Path' attribute. * @see #getPath() * @generated */ void setPath(String value); /** * Returns the value of the 'Alias' attribute. * *

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

* * @return the value of the 'Alias' attribute. * @see #setAlias(String) * @see org.openxma.dsl.dom.DomPackage#getInCollection_Alias() * @model * @generated */ String getAlias(); /** * Sets the value of the '{@link org.openxma.dsl.dom.model.InCollection#getAlias Alias}' attribute. * * * @param value the new value of the 'Alias' attribute. * @see #getAlias() * @generated */ void setAlias(String value); } // InCollection




© 2015 - 2024 Weber Informatics LLC | Privacy Policy