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

bpsim.Parameter Maven / Gradle / Ivy

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

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

import org.eclipse.emf.ecore.EObject;

import org.eclipse.emf.ecore.util.FeatureMap;

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

* The following features are supported: *

*
    *
  • {@link bpsim.Parameter#getResultRequest Result Request}
  • *
  • {@link bpsim.Parameter#getParameterValueGroup Parameter Value Group}
  • *
  • {@link bpsim.Parameter#getParameterValue Parameter Value}
  • *
  • {@link bpsim.Parameter#isKpi Kpi}
  • *
  • {@link bpsim.Parameter#isSla Sla}
  • *
* * @see bpsim.BpsimPackage#getParameter() * @model extendedMetaData="name='Parameter' kind='elementOnly'" * @generated */ public interface Parameter extends EObject { /** * Returns the value of the 'Result Request' attribute list. * The list contents are of type {@link bpsim.ResultType}. * The literals are from the enumeration {@link bpsim.ResultType}. * * * @return the value of the 'Result Request' attribute list. * @see bpsim.ResultType * @see bpsim.BpsimPackage#getParameter_ResultRequest() * @model unique="false" * extendedMetaData="kind='element' name='ResultRequest' namespace='##targetNamespace'" * @generated */ EList getResultRequest(); /** * Returns the value of the 'Parameter Value Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Parameter Value Group' attribute list. * @see bpsim.BpsimPackage#getParameter_ParameterValueGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace'" * @generated */ FeatureMap getParameterValueGroup(); /** * Returns the value of the 'Parameter Value' containment reference list. * The list contents are of type {@link bpsim.ParameterValue}. * * * @return the value of the 'Parameter Value' containment reference list. * @see bpsim.BpsimPackage#getParameter_ParameterValue() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'" * @generated */ EList getParameterValue(); /** * Returns the value of the 'Kpi' attribute. * The default value is "false". * * * @return the value of the 'Kpi' attribute. * @see #isSetKpi() * @see #unsetKpi() * @see #setKpi(boolean) * @see bpsim.BpsimPackage#getParameter_Kpi() * @model default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" * extendedMetaData="kind='attribute' name='kpi'" * @generated */ boolean isKpi(); /** * Sets the value of the '{@link bpsim.Parameter#isKpi Kpi}' attribute. * * * @param value the new value of the 'Kpi' attribute. * @see #isSetKpi() * @see #unsetKpi() * @see #isKpi() * @generated */ void setKpi(boolean value); /** * Unsets the value of the '{@link bpsim.Parameter#isKpi Kpi}' attribute. * * * @see #isSetKpi() * @see #isKpi() * @see #setKpi(boolean) * @generated */ void unsetKpi(); /** * Returns whether the value of the '{@link bpsim.Parameter#isKpi Kpi}' attribute is set. * * * @return whether the value of the 'Kpi' attribute is set. * @see #unsetKpi() * @see #isKpi() * @see #setKpi(boolean) * @generated */ boolean isSetKpi(); /** * Returns the value of the 'Sla' attribute. * The default value is "false". * * * @return the value of the 'Sla' attribute. * @see #isSetSla() * @see #unsetSla() * @see #setSla(boolean) * @see bpsim.BpsimPackage#getParameter_Sla() * @model default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" * extendedMetaData="kind='attribute' name='sla'" * @generated */ boolean isSla(); /** * Sets the value of the '{@link bpsim.Parameter#isSla Sla}' attribute. * * * @param value the new value of the 'Sla' attribute. * @see #isSetSla() * @see #unsetSla() * @see #isSla() * @generated */ void setSla(boolean value); /** * Unsets the value of the '{@link bpsim.Parameter#isSla Sla}' attribute. * * * @see #isSetSla() * @see #isSla() * @see #setSla(boolean) * @generated */ void unsetSla(); /** * Returns whether the value of the '{@link bpsim.Parameter#isSla Sla}' attribute is set. * * * @return whether the value of the 'Sla' attribute is set. * @see #unsetSla() * @see #isSla() * @see #setSla(boolean) * @generated */ boolean isSetSla(); } // Parameter




© 2015 - 2025 Weber Informatics LLC | Privacy Policy