org.jboss.drools.DistributionParameter 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;
/**
*
* A representation of the model object 'Distribution Parameter'.
*
*
*
* The following features are supported:
*
* - {@link org.jboss.drools.DistributionParameter#isDiscrete Discrete}
*
*
*
* @see org.jboss.drools.DroolsPackage#getDistributionParameter()
* @model extendedMetaData="name='DistributionParameter' kind='empty'"
* @generated
*/
public interface DistributionParameter extends ParameterValue {
/**
* Returns the value of the 'Discrete' attribute.
* The default value is "false"
.
*
*
* If the meaning of the 'Discrete' attribute isn't clear,
* there really should be more of a description here...
*
*
* @return the value of the 'Discrete' attribute.
* @see #isSetDiscrete()
* @see #unsetDiscrete()
* @see #setDiscrete(boolean)
* @see org.jboss.drools.DroolsPackage#getDistributionParameter_Discrete()
* @model default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
* extendedMetaData="kind='attribute' name='discrete'"
* @generated
*/
boolean isDiscrete();
/**
* Sets the value of the '{@link org.jboss.drools.DistributionParameter#isDiscrete Discrete}' attribute.
*
*
* @param value the new value of the 'Discrete' attribute.
* @see #isSetDiscrete()
* @see #unsetDiscrete()
* @see #isDiscrete()
* @generated
*/
void setDiscrete(boolean value);
/**
* Unsets the value of the '{@link org.jboss.drools.DistributionParameter#isDiscrete Discrete}' attribute.
*
*
* @see #isSetDiscrete()
* @see #isDiscrete()
* @see #setDiscrete(boolean)
* @generated
*/
void unsetDiscrete();
/**
* Returns whether the value of the '{@link org.jboss.drools.DistributionParameter#isDiscrete Discrete}' attribute is set.
*
*
* @return whether the value of the 'Discrete' attribute is set.
* @see #unsetDiscrete()
* @see #isDiscrete()
* @see #setDiscrete(boolean)
* @generated
*/
boolean isSetDiscrete();
} // DistributionParameter
© 2015 - 2025 Weber Informatics LLC | Privacy Policy