org.openxma.dsl.dom.model.InCollectionElements Maven / Gradle / Ivy
/**
*
*
*
* $Id$
*/
package org.openxma.dsl.dom.model;
/**
*
* A representation of the model object 'In Collection Elements'.
*
*
*
* The following features are supported:
*
* - {@link org.openxma.dsl.dom.model.InCollectionElements#getName Name}
* - {@link org.openxma.dsl.dom.model.InCollectionElements#getReference Reference}
*
*
*
* @see org.openxma.dsl.dom.DomPackage#getInCollectionElements()
* @model
* @generated
*/
public interface InCollectionElements extends FromRange {
/**
* Returns the value of the 'Name' attribute.
*
*
* If the meaning of the 'Name' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Name' attribute.
* @see #setName(String)
* @see org.openxma.dsl.dom.DomPackage#getInCollectionElements_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link org.openxma.dsl.dom.model.InCollectionElements#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Reference' attribute.
*
*
* If the meaning of the 'Reference' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Reference' attribute.
* @see #setReference(String)
* @see org.openxma.dsl.dom.DomPackage#getInCollectionElements_Reference()
* @model
* @generated
*/
String getReference();
/**
* Sets the value of the '{@link org.openxma.dsl.dom.model.InCollectionElements#getReference Reference}' attribute.
*
*
* @param value the new value of the 'Reference' attribute.
* @see #getReference()
* @generated
*/
void setReference(String value);
} // InCollectionElements