de.opitzconsulting.orcasDsl.ListPartitionValue 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 'List Partition Value'.
*
*
*
* The following features are supported:
*
*
* - {@link de.opitzconsulting.orcasDsl.ListPartitionValue#getDefault Default}
* - {@link de.opitzconsulting.orcasDsl.ListPartitionValue#getValue Value}
*
*
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartitionValue()
* @model
* @generated
*/
public interface ListPartitionValue extends EObject
{
/**
* Returns the value of the 'Default' attribute.
*
*
* If the meaning of the 'Default' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Default' attribute.
* @see #setDefault(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartitionValue_Default()
* @model
* @generated
*/
String getDefault();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartitionValue#getDefault Default}' attribute.
*
*
* @param value the new value of the 'Default' attribute.
* @see #getDefault()
* @generated
*/
void setDefault(String value);
/**
* Returns the value of the 'Value' attribute.
*
*
* If the meaning of the 'Value' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Value' attribute.
* @see #setValue(String)
* @see de.opitzconsulting.orcasDsl.OrcasDslPackage#getListPartitionValue_Value()
* @model
* @generated
*/
String getValue();
/**
* Sets the value of the '{@link de.opitzconsulting.orcasDsl.ListPartitionValue#getValue Value}' attribute.
*
*
* @param value the new value of the 'Value' attribute.
* @see #getValue()
* @generated
*/
void setValue(String value);
} // ListPartitionValue
© 2015 - 2025 Weber Informatics LLC | Privacy Policy