
de.opitzconsulting.orcasDsl.RangeSubPart Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of orcas-domainextension-syex Show documentation
Show all versions of orcas-domainextension-syex Show documentation
orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Range Sub Part'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.RangeSubPart#getName Name}
* - {@link de.opitzconsulting.orcasDsl.RangeSubPart#getValue Value}
* - {@link de.opitzconsulting.orcasDsl.RangeSubPart#getSubPartList Sub Part List}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangeSubPart()
* @model
* @generated
*/
public interface RangeSubPart extends EObject
{
/**
* 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 de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangeSubPart_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.RangeSubPart#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* Returns the value of the 'Value' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.RangePartitionValue}.
*
*
* If the meaning of the 'Value' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Value' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangeSubPart_Value()
* @model containment="true"
* @generated
*/
EList getValue();
/**
* Returns the value of the 'Sub Part List' containment reference list.
* The list contents are of type {@link de.opitzconsulting.orcasDsl.SubSubPart}.
*
*
* If the meaning of the 'Sub Part List' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Sub Part List' containment reference list.
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getRangeSubPart_SubPartList()
* @model containment="true"
* @generated
*/
EList getSubPartList();
} // RangeSubPart
© 2015 - 2025 Weber Informatics LLC | Privacy Policy