public interface Scenario
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getScenario()
Modifier and Type | Method and Description |
---|---|
String |
getAuthor()
Returns the value of the 'Author' attribute
|
org.eclipse.emf.common.util.EList<Calendar> |
getCalendar()
Returns the value of the 'Calendar' containment reference list.
|
Object |
getCreated()
Returns the value of the 'Created' attribute
|
String |
getDescription()
Returns the value of the 'Description' attribute
|
org.eclipse.emf.common.util.EList<ElementParameters> |
getElementParameters()
Returns the value of the 'Element Parameters' containment reference list.
|
String |
getId()
Returns the value of the 'Id' attribute
|
String |
getInherits()
Returns the value of the 'Inherits' attribute
|
Object |
getModified()
Returns the value of the 'Modified' attribute
|
String |
getName()
Returns the value of the 'Name' attribute
|
String |
getResult()
Returns the value of the 'Result' attribute
|
ScenarioParameters |
getScenarioParameters()
Returns the value of the 'Scenario Parameters' containment reference
|
String |
getVendor()
Returns the value of the 'Vendor' attribute
|
org.eclipse.emf.common.util.EList<VendorExtension> |
getVendorExtension()
Returns the value of the 'Vendor Extension' containment reference list.
|
String |
getVersion()
Returns the value of the 'Version' attribute
|
void |
setAuthor(String value)
Sets the value of the '
Author ' attribute |
void |
setCreated(Object value)
Sets the value of the '
Created ' attribute |
void |
setDescription(String value)
Sets the value of the '
Description ' attribute |
void |
setId(String value)
Sets the value of the '
Id ' attribute |
void |
setInherits(String value)
Sets the value of the '
Inherits ' attribute |
void |
setModified(Object value)
Sets the value of the '
Modified ' attribute |
void |
setName(String value)
Sets the value of the '
Name ' attribute |
void |
setResult(String value)
Sets the value of the '
Result ' attribute |
void |
setScenarioParameters(ScenarioParameters value)
Sets the value of the '
Scenario Parameters ' containment reference |
void |
setVendor(String value)
Sets the value of the '
Vendor ' attribute |
void |
setVersion(String value)
Sets the value of the '
Version ' attribute |
ScenarioParameters getScenarioParameters()
If the meaning of the 'Scenario Parameters' containment reference isn't clear, there really should be more of a description here...
setScenarioParameters(ScenarioParameters)
,
BpsimPackage.getScenario_ScenarioParameters()
void setScenarioParameters(ScenarioParameters value)
Scenario Parameters
' containment reference.
value
- the new value of the 'Scenario Parameters' containment reference.getScenarioParameters()
org.eclipse.emf.common.util.EList<ElementParameters> getElementParameters()
ElementParameters
.
If the meaning of the 'Element Parameters' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getScenario_ElementParameters()
org.eclipse.emf.common.util.EList<Calendar> getCalendar()
Calendar
.
If the meaning of the 'Calendar' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getScenario_Calendar()
org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
VendorExtension
.
If the meaning of the 'Vendor Extension' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getScenario_VendorExtension()
String getAuthor()
If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...
setAuthor(String)
,
BpsimPackage.getScenario_Author()
void setAuthor(String value)
Author
' attribute.
value
- the new value of the 'Author' attribute.getAuthor()
Object getCreated()
If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
setCreated(Object)
,
BpsimPackage.getScenario_Created()
void setCreated(Object value)
Created
' attribute.
value
- the new value of the 'Created' attribute.getCreated()
String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
BpsimPackage.getScenario_Description()
void setDescription(String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
String getId()
If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
setId(String)
,
BpsimPackage.getScenario_Id()
void setId(String value)
Id
' attribute.
value
- the new value of the 'Id' attribute.getId()
String getInherits()
If the meaning of the 'Inherits' attribute isn't clear, there really should be more of a description here...
setInherits(String)
,
BpsimPackage.getScenario_Inherits()
void setInherits(String value)
Inherits
' attribute.
value
- the new value of the 'Inherits' attribute.getInherits()
Object getModified()
If the meaning of the 'Modified' attribute isn't clear, there really should be more of a description here...
setModified(Object)
,
BpsimPackage.getScenario_Modified()
void setModified(Object value)
Modified
' attribute.
value
- the new value of the 'Modified' attribute.getModified()
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
BpsimPackage.getScenario_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
String getResult()
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
setResult(String)
,
BpsimPackage.getScenario_Result()
void setResult(String value)
Result
' attribute.
value
- the new value of the 'Result' attribute.getResult()
String getVendor()
If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...
setVendor(String)
,
BpsimPackage.getScenario_Vendor()
void setVendor(String value)
Vendor
' attribute.
value
- the new value of the 'Vendor' attribute.getVendor()
String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String)
,
BpsimPackage.getScenario_Version()
void setVersion(String value)
Version
' attribute.
value
- the new value of the 'Version' attribute.getVersion()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.