de.opitzconsulting.orcasDsl.SubSubPart 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.
The newest version!
/**
*/
package de.opitzconsulting.orcasDsl;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Sub Sub Part'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.SubSubPart#getName Name}
* - {@link de.opitzconsulting.orcasDsl.SubSubPart#getTablespace Tablespace}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getSubSubPart()
* @model
* @generated
*/
public interface SubSubPart 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#getSubSubPart_Name()
* @model
* @generated
*/
String getName();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.SubSubPart#getName Name}' attribute.
*
*
* @param value the new value of the 'Name' attribute.
* @see #getName()
* @generated
*/
void setName(String value);
/**
* 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#getSubSubPart_Tablespace()
* @model
* @generated
*/
String getTablespace();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.SubSubPart#getTablespace Tablespace}' attribute.
*
*
* @param value the new value of the 'Tablespace' attribute.
* @see #getTablespace()
* @generated
*/
void setTablespace(String value);
} // SubSubPart
© 2015 - 2025 Weber Informatics LLC | Privacy Policy