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

org.jboss.drools.Scenario 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 'Scenario'.
 * 
 *
 * 

* The following features are supported: *

    *
  • {@link org.jboss.drools.Scenario#getScenarioParameters Scenario Parameters}
  • *
  • {@link org.jboss.drools.Scenario#getElementParameters Element Parameters}
  • *
  • {@link org.jboss.drools.Scenario#getCalendar Calendar}
  • *
  • {@link org.jboss.drools.Scenario#getVendorExtension Vendor Extension}
  • *
  • {@link org.jboss.drools.Scenario#getAuthor Author}
  • *
  • {@link org.jboss.drools.Scenario#getCreated Created}
  • *
  • {@link org.jboss.drools.Scenario#getDescription Description}
  • *
  • {@link org.jboss.drools.Scenario#getId Id}
  • *
  • {@link org.jboss.drools.Scenario#getInherits Inherits}
  • *
  • {@link org.jboss.drools.Scenario#getModified Modified}
  • *
  • {@link org.jboss.drools.Scenario#getName Name}
  • *
  • {@link org.jboss.drools.Scenario#getResult Result}
  • *
  • {@link org.jboss.drools.Scenario#getVendor Vendor}
  • *
  • {@link org.jboss.drools.Scenario#getVersion Version}
  • *
*

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

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

* * @return the value of the 'Scenario Parameters' containment reference. * @see #setScenarioParameters(ScenarioParametersType) * @see org.jboss.drools.DroolsPackage#getScenario_ScenarioParameters() * @model containment="true" * extendedMetaData="kind='element' name='ScenarioParameters' namespace='##targetNamespace'" * @generated */ ScenarioParametersType getScenarioParameters(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getScenarioParameters Scenario Parameters}' containment reference. * * * @param value the new value of the 'Scenario Parameters' containment reference. * @see #getScenarioParameters() * @generated */ void setScenarioParameters(ScenarioParametersType value); /** * Returns the value of the 'Element Parameters' containment reference list. * The list contents are of type {@link org.jboss.drools.ElementParametersType}. * *

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

* * @return the value of the 'Element Parameters' containment reference list. * @see org.jboss.drools.DroolsPackage#getScenario_ElementParameters() * @model containment="true" * extendedMetaData="kind='element' name='ElementParameters' namespace='##targetNamespace'" * @generated */ EList getElementParameters(); /** * Returns the value of the 'Calendar' containment reference list. * The list contents are of type {@link org.jboss.drools.Calendar}. * *

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

* * @return the value of the 'Calendar' containment reference list. * @see org.jboss.drools.DroolsPackage#getScenario_Calendar() * @model containment="true" * extendedMetaData="kind='element' name='Calendar' namespace='##targetNamespace'" * @generated */ EList getCalendar(); /** * Returns the value of the 'Vendor Extension' containment reference list. * The list contents are of type {@link org.jboss.drools.VendorExtension}. * *

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

* * @return the value of the 'Vendor Extension' containment reference list. * @see org.jboss.drools.DroolsPackage#getScenario_VendorExtension() * @model containment="true" * extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'" * @generated */ EList getVendorExtension(); /** * Returns the value of the 'Author' attribute. * *

* If the meaning of the 'Author' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Author' attribute. * @see #setAuthor(String) * @see org.jboss.drools.DroolsPackage#getScenario_Author() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='author'" * @generated */ String getAuthor(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getAuthor Author}' attribute. * * * @param value the new value of the 'Author' attribute. * @see #getAuthor() * @generated */ void setAuthor(String value); /** * Returns the value of the 'Created' attribute. * *

* If the meaning of the 'Created' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Created' attribute. * @see #setCreated(Object) * @see org.jboss.drools.DroolsPackage#getScenario_Created() * @model dataType="org.eclipse.emf.ecore.xml.type.DateTime" * extendedMetaData="kind='attribute' name='created'" * @generated */ Object getCreated(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getCreated Created}' attribute. * * * @param value the new value of the 'Created' attribute. * @see #getCreated() * @generated */ void setCreated(Object value); /** * Returns the value of the 'Description' attribute. * *

* If the meaning of the 'Description' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Description' attribute. * @see #setDescription(String) * @see org.jboss.drools.DroolsPackage#getScenario_Description() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='description'" * @generated */ String getDescription(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getDescription Description}' attribute. * * * @param value the new value of the 'Description' attribute. * @see #getDescription() * @generated */ void setDescription(String value); /** * Returns the value of the 'Id' attribute. * *

* If the meaning of the 'Id' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Id' attribute. * @see #setId(String) * @see org.jboss.drools.DroolsPackage#getScenario_Id() * @model id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" * extendedMetaData="kind='attribute' name='id'" * @generated */ String getId(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getId Id}' attribute. * * * @param value the new value of the 'Id' attribute. * @see #getId() * @generated */ void setId(String value); /** * Returns the value of the 'Inherits' attribute. * *

* If the meaning of the 'Inherits' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Inherits' attribute. * @see #setInherits(String) * @see org.jboss.drools.DroolsPackage#getScenario_Inherits() * @model dataType="org.eclipse.emf.ecore.xml.type.IDREF" * extendedMetaData="kind='attribute' name='inherits'" * @generated */ String getInherits(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getInherits Inherits}' attribute. * * * @param value the new value of the 'Inherits' attribute. * @see #getInherits() * @generated */ void setInherits(String value); /** * Returns the value of the 'Modified' attribute. * *

* If the meaning of the 'Modified' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Modified' attribute. * @see #setModified(Object) * @see org.jboss.drools.DroolsPackage#getScenario_Modified() * @model dataType="org.eclipse.emf.ecore.xml.type.DateTime" * extendedMetaData="kind='attribute' name='modified'" * @generated */ Object getModified(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getModified Modified}' attribute. * * * @param value the new value of the 'Modified' attribute. * @see #getModified() * @generated */ void setModified(Object value); /** * Returns the value of the 'Name' attribute. * *

* If the meaning of the 'Name' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Name' attribute. * @see #setName(String) * @see org.jboss.drools.DroolsPackage#getScenario_Name() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='name'" * @generated */ String getName(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getName Name}' attribute. * * * @param value the new value of the 'Name' attribute. * @see #getName() * @generated */ void setName(String value); /** * Returns the value of the 'Result' attribute. * *

* 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 #setResult(String) * @see org.jboss.drools.DroolsPackage#getScenario_Result() * @model dataType="org.eclipse.emf.ecore.xml.type.IDREF" * extendedMetaData="kind='attribute' name='result'" * @generated */ String getResult(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getResult Result}' attribute. * * * @param value the new value of the 'Result' attribute. * @see #getResult() * @generated */ void setResult(String value); /** * Returns the value of the 'Vendor' attribute. * *

* If the meaning of the 'Vendor' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Vendor' attribute. * @see #setVendor(String) * @see org.jboss.drools.DroolsPackage#getScenario_Vendor() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='vendor'" * @generated */ String getVendor(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getVendor Vendor}' attribute. * * * @param value the new value of the 'Vendor' attribute. * @see #getVendor() * @generated */ void setVendor(String value); /** * Returns the value of the 'Version' attribute. * *

* If the meaning of the 'Version' attribute isn't clear, * there really should be more of a description here... *

* * @return the value of the 'Version' attribute. * @see #setVersion(String) * @see org.jboss.drools.DroolsPackage#getScenario_Version() * @model dataType="org.eclipse.emf.ecore.xml.type.String" * extendedMetaData="kind='attribute' name='version'" * @generated */ String getVersion(); /** * Sets the value of the '{@link org.jboss.drools.Scenario#getVersion Version}' attribute. * * * @param value the new value of the 'Version' attribute. * @see #getVersion() * @generated */ void setVersion(String value); } // Scenario




© 2015 - 2025 Weber Informatics LLC | Privacy Policy