org.jboss.drools.ParameterValue 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
/**
*/
package org.jboss.drools;
import org.eclipse.emf.ecore.EObject;
/**
*
* A representation of the model object 'Parameter Value'.
*
*
*
* The following features are supported:
*
* - {@link org.jboss.drools.ParameterValue#getInstance Instance}
* - {@link org.jboss.drools.ParameterValue#getResult Result}
* - {@link org.jboss.drools.ParameterValue#getValidFor Valid For}
*
*
*
* @see org.jboss.drools.DroolsPackage#getParameterValue()
* @model extendedMetaData="name='ParameterValue' kind='empty'"
* @generated
*/
public interface ParameterValue extends EObject {
/**
* Returns the value of the 'Instance' attribute.
*
*
* If the meaning of the 'Instance' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Instance' attribute.
* @see #setInstance(String)
* @see org.jboss.drools.DroolsPackage#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 org.jboss.drools.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 org.jboss.drools.ResultType}.
*
*
* If the meaning of the 'Result' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Result' attribute.
* @see org.jboss.drools.ResultType
* @see #isSetResult()
* @see #unsetResult()
* @see #setResult(ResultType)
* @see org.jboss.drools.DroolsPackage#getParameterValue_Result()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='result'"
* @generated
*/
ResultType getResult();
/**
* Sets the value of the '{@link org.jboss.drools.ParameterValue#getResult Result}' attribute.
*
*
* @param value the new value of the 'Result' attribute.
* @see org.jboss.drools.ResultType
* @see #isSetResult()
* @see #unsetResult()
* @see #getResult()
* @generated
*/
void setResult(ResultType value);
/**
* Unsets the value of the '{@link org.jboss.drools.ParameterValue#getResult Result}' attribute.
*
*
* @see #isSetResult()
* @see #getResult()
* @see #setResult(ResultType)
* @generated
*/
void unsetResult();
/**
* Returns whether the value of the '{@link org.jboss.drools.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.
*
*
* If the meaning of the 'Valid For' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Valid For' attribute.
* @see #setValidFor(String)
* @see org.jboss.drools.DroolsPackage#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 org.jboss.drools.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