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

bpsim.ParameterValue Maven / Gradle / Ivy

There is a newer version: 7.54.0.Final
Show newest version
/**
 */
package bpsim;

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Parameter Value'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link bpsim.ParameterValue#getInstance Instance}
  • *
  • {@link bpsim.ParameterValue#getResult Result}
  • *
  • {@link bpsim.ParameterValue#getValidFor Valid For}
  • *
* * @see bpsim.BpsimPackage#getParameterValue() * @model extendedMetaData="name='ParameterValue' kind='empty'" * @generated */ public interface ParameterValue extends EObject { /** * Returns the value of the 'Instance' attribute. * * * @return the value of the 'Instance' attribute. * @see #setInstance(String) * @see bpsim.BpsimPackage#getParameterValue_Instance() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='instance'" * @generated */ String getInstance(); /** * Sets the value of the '{@link bpsim.ParameterValue#getInstance Instance}' attribute. * * * @param value the new value of the 'Instance' attribute. * @see #getInstance() * @generated */ void setInstance(String value); /** * Returns the value of the 'Result' attribute. * The literals are from the enumeration {@link bpsim.ResultType}. * * * @return the value of the 'Result' attribute. * @see bpsim.ResultType * @see #isSetResult() * @see #unsetResult() * @see #setResult(ResultType) * @see bpsim.BpsimPackage#getParameterValue_Result() * @model unsettable="true" * extendedMetaData="kind='attribute' name='result'" * @generated */ ResultType getResult(); /** * Sets the value of the '{@link bpsim.ParameterValue#getResult Result}' attribute. * * * @param value the new value of the 'Result' attribute. * @see bpsim.ResultType * @see #isSetResult() * @see #unsetResult() * @see #getResult() * @generated */ void setResult(ResultType value); /** * Unsets the value of the '{@link bpsim.ParameterValue#getResult Result}' attribute. * * * @see #isSetResult() * @see #getResult() * @see #setResult(ResultType) * @generated */ void unsetResult(); /** * Returns whether the value of the '{@link bpsim.ParameterValue#getResult Result}' attribute is set. * * * @return whether the value of the 'Result' attribute is set. * @see #unsetResult() * @see #getResult() * @see #setResult(ResultType) * @generated */ boolean isSetResult(); /** * Returns the value of the 'Valid For' attribute. * * * @return the value of the 'Valid For' attribute. * @see #setValidFor(String) * @see bpsim.BpsimPackage#getParameterValue_ValidFor() * @model dataType="org.eclipse.emf.ecore.xml.type.IDREF" * extendedMetaData="kind='attribute' name='validFor'" * @generated */ String getValidFor(); /** * Sets the value of the '{@link bpsim.ParameterValue#getValidFor Valid For}' attribute. * * * @param value the new value of the 'Valid For' attribute. * @see #getValidFor() * @generated */ void setValidFor(String value); } // ParameterValue




© 2015 - 2025 Weber Informatics LLC | Privacy Policy