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

org.jboss.drools.ResourceParameters Maven / Gradle / Ivy

There is a newer version: 7.74.1.Final
Show newest version
/**
 */
package org.jboss.drools;

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

import org.eclipse.emf.ecore.EObject;

/**
 * 
 * A representation of the model object 'Resource Parameters'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.jboss.drools.ResourceParameters#getSelection Selection}
  • *
  • {@link org.jboss.drools.ResourceParameters#getAvailability Availability}
  • *
  • {@link org.jboss.drools.ResourceParameters#getQuantity Quantity}
  • *
  • {@link org.jboss.drools.ResourceParameters#getWorkinghours Workinghours}
  • *
  • {@link org.jboss.drools.ResourceParameters#getRole Role}
  • *
*

* * @see org.jboss.drools.DroolsPackage#getResourceParameters() * @model extendedMetaData="name='ResourceParameters' kind='elementOnly'" * @generated */ public interface ResourceParameters extends EObject { /** * Returns the value of the 'Selection' containment reference. * *

* If the meaning of the 'Selection' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Selection' containment reference. * @see #setSelection(Parameter) * @see org.jboss.drools.DroolsPackage#getResourceParameters_Selection() * @model containment="true" * extendedMetaData="kind='element' name='Selection' namespace='##targetNamespace'" * @generated */ Parameter getSelection(); /** * Sets the value of the '{@link org.jboss.drools.ResourceParameters#getSelection Selection}' containment reference. * * * @param value the new value of the 'Selection' containment reference. * @see #getSelection() * @generated */ void setSelection(Parameter value); /** * Returns the value of the 'Availability' containment reference. * *

* If the meaning of the 'Availability' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Availability' containment reference. * @see #setAvailability(Parameter) * @see org.jboss.drools.DroolsPackage#getResourceParameters_Availability() * @model containment="true" * extendedMetaData="kind='element' name='Availability' namespace='##targetNamespace'" * @generated */ Parameter getAvailability(); /** * Sets the value of the '{@link org.jboss.drools.ResourceParameters#getAvailability Availability}' containment reference. * * * @param value the new value of the 'Availability' containment reference. * @see #getAvailability() * @generated */ void setAvailability(Parameter value); /** * Returns the value of the 'Quantity' containment reference. * *

* If the meaning of the 'Quantity' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Quantity' containment reference. * @see #setQuantity(Parameter) * @see org.jboss.drools.DroolsPackage#getResourceParameters_Quantity() * @model containment="true" * extendedMetaData="kind='element' name='Quantity' namespace='##targetNamespace'" * @generated */ Parameter getQuantity(); /** * Sets the value of the '{@link org.jboss.drools.ResourceParameters#getQuantity Quantity}' containment reference. * * * @param value the new value of the 'Quantity' containment reference. * @see #getQuantity() * @generated */ void setQuantity(Parameter value); /** * Returns the value of the 'Workinghours' containment reference. * *

* If the meaning of the 'Workinghours' containment reference isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Workinghours' containment reference. * @see #setWorkinghours(Parameter) * @see org.jboss.drools.DroolsPackage#getResourceParameters_Workinghours() * @model containment="true" * extendedMetaData="kind='element' name='Workinghours' namespace='##targetNamespace'" * @generated */ Parameter getWorkinghours(); /** * Sets the value of the '{@link org.jboss.drools.ResourceParameters#getWorkinghours Workinghours}' containment reference. * * * @param value the new value of the 'Workinghours' containment reference. * @see #getWorkinghours() * @generated */ void setWorkinghours(Parameter value); /** * Returns the value of the 'Role' containment reference list. * The list contents are of type {@link org.jboss.drools.Parameter}. * *

* If the meaning of the 'Role' containment reference list isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Role' containment reference list. * @see org.jboss.drools.DroolsPackage#getResourceParameters_Role() * @model containment="true" * extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'" * @generated */ EList getRole(); } // ResourceParameters




© 2015 - 2025 Weber Informatics LLC | Privacy Policy