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

de.opitzconsulting.orcasDsl.ListPartition Maven / Gradle / Ivy

Go to download

orcas model modified by syntax extensions (contains the original model). If custom-syntax-extensions are provided, there will be a custom artifact.

The newest version!
/**
 */
package de.opitzconsulting.orcasDsl;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'List Partition'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link de.opitzconsulting.orcasDsl.ListPartition#getName Name}
  • *
  • {@link de.opitzconsulting.orcasDsl.ListPartition#getValue Value}
  • *
  • {@link de.opitzconsulting.orcasDsl.ListPartition#getTablespace Tablespace}
  • *
* * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartition() * @model * @generated */ public interface ListPartition 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#getListPartition_Name() * @model * @generated */ String getName(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartition#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.ListPartitionValue}. * *

* 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#getListPartition_Value() * @model containment="true" * @generated */ EList getValue(); /** * Returns the value of the 'Tablespace' attribute. * *

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

* * @return the value of the 'Tablespace' attribute. * @see #setTablespace(String) * @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartition_Tablespace() * @model * @generated */ String getTablespace(); /** * Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartition#getTablespace Tablespace}' attribute. * * * @param value the new value of the 'Tablespace' attribute. * @see #getTablespace() * @generated */ void setTablespace(String value); } // ListPartition




© 2015 - 2025 Weber Informatics LLC | Privacy Policy