bpsim.Parameter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
jBPM BPMN2 EMF Extension Model
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
*/
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}.
*
*
* If the meaning of the 'Result Request' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @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}.
*
*
* If the meaning of the 'Parameter Value Group' attribute list isn't clear,
* there really should be more of a description here...
*
*
* @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}.
*
*
* If the meaning of the 'Parameter Value' containment reference list isn't clear,
* there really should be more of a description here...
*
*
* @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"
.
*
*
* If the meaning of the 'Kpi' attribute isn't clear,
* there really should be more of a description here...
*
*
* @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"
.
*
*
* If the meaning of the 'Sla' attribute isn't clear,
* there really should be more of a description here...
*
*
* @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