public interface Testsheet
extends org.eclipse.emf.ecore.EObject
The following features are supported:
TestsheetPackage.getTestsheet()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DatabaseMode |
getDatabaseMode()
Returns the value of the 'Database Mode' attribute.
|
java.lang.String |
getDecisionServiceName()
Returns the value of the 'Decision Service Name' attribute
|
Output |
getExpectedOutput()
Returns the value of the 'Expected Output' containment reference
|
Input |
getInput()
Returns the value of the 'Input' containment reference
|
Output |
getOutput()
Returns the value of the 'Output' containment reference
|
java.lang.String |
getRemoteServerUri()
Returns the value of the 'Remote Server Uri' attribute
|
ReturnEntityMode |
getReturnEntityMode()
Returns the value of the 'Return Entity Mode' attribute.
|
RuleActivity |
getRuleActivity()
Returns the value of the 'Rule Activity' reference
|
java.lang.String |
getRuleActivityUpdateStamp()
Returns the value of the 'Rule Activity Update Stamp' attribute
|
boolean |
isCascade()
Returns the value of the 'Cascade' attribute
|
void |
setCascade(boolean value)
Sets the value of the '
Cascade' attribute |
void |
setDatabaseMode(DatabaseMode value)
Sets the value of the '
Database Mode' attribute |
void |
setDecisionServiceName(java.lang.String value)
Sets the value of the '
Decision Service Name' attribute |
void |
setExpectedOutput(Output value)
Sets the value of the '
Expected Output' containment reference |
void |
setInput(Input value)
Sets the value of the '
Input' containment reference |
void |
setOutput(Output value)
Sets the value of the '
Output' containment reference |
void |
setRemoteServerUri(java.lang.String value)
Sets the value of the '
Remote Server Uri' attribute |
void |
setReturnEntityMode(ReturnEntityMode value)
Sets the value of the '
Return Entity Mode' attribute |
void |
setRuleActivity(RuleActivity value)
Sets the value of the '
Rule Activity' reference |
void |
setRuleActivityUpdateStamp(java.lang.String value)
Sets the value of the '
Rule Activity Update Stamp' attribute |
static final java.lang.String copyright
boolean isCascade()
If the meaning of the 'Cascade' attribute isn't clear, there really should be more of a description here...
setCascade(boolean),
TestsheetPackage.getTestsheet_Cascade()void setCascade(boolean value)
Cascade' attribute.
value - the new value of the 'Cascade' attribute.isCascade()java.lang.String getRuleActivityUpdateStamp()
If the meaning of the 'Rule Activity Update Stamp' attribute isn't clear, there really should be more of a description here...
setRuleActivityUpdateStamp(String),
TestsheetPackage.getTestsheet_RuleActivityUpdateStamp()void setRuleActivityUpdateStamp(java.lang.String value)
Rule Activity Update Stamp' attribute.
value - the new value of the 'Rule Activity Update Stamp' attribute.getRuleActivityUpdateStamp()java.lang.String getRemoteServerUri()
If the meaning of the 'Remote Server Uri' attribute isn't clear, there really should be more of a description here...
setRemoteServerUri(String),
TestsheetPackage.getTestsheet_RemoteServerUri()void setRemoteServerUri(java.lang.String value)
Remote Server Uri' attribute.
value - the new value of the 'Remote Server Uri' attribute.getRemoteServerUri()java.lang.String getDecisionServiceName()
If the meaning of the 'Decision Service Name' attribute isn't clear, there really should be more of a description here...
setDecisionServiceName(String),
TestsheetPackage.getTestsheet_DecisionServiceName()void setDecisionServiceName(java.lang.String value)
Decision Service Name' attribute.
value - the new value of the 'Decision Service Name' attribute.getDecisionServiceName()DatabaseMode getDatabaseMode()
DatabaseMode.
If the meaning of the 'Database Mode' attribute isn't clear, there really should be more of a description here...
DatabaseMode,
setDatabaseMode(DatabaseMode),
TestsheetPackage.getTestsheet_DatabaseMode()void setDatabaseMode(DatabaseMode value)
Database Mode' attribute.
value - the new value of the 'Database Mode' attribute.DatabaseMode,
getDatabaseMode()ReturnEntityMode getReturnEntityMode()
ReturnEntityMode.
If the meaning of the 'Return Entity Mode' attribute isn't clear, there really should be more of a description here...
ReturnEntityMode,
setReturnEntityMode(ReturnEntityMode),
TestsheetPackage.getTestsheet_ReturnEntityMode()void setReturnEntityMode(ReturnEntityMode value)
Return Entity Mode' attribute.
value - the new value of the 'Return Entity Mode' attribute.ReturnEntityMode,
getReturnEntityMode()Input getInput()
If the meaning of the 'Input' containment reference isn't clear, there really should be more of a description here...
setInput(Input),
TestsheetPackage.getTestsheet_Input()void setInput(Input value)
Input' containment reference.
value - the new value of the 'Input' containment reference.getInput()Output getOutput()
If the meaning of the 'Output' containment reference isn't clear, there really should be more of a description here...
setOutput(Output),
TestsheetPackage.getTestsheet_Output()void setOutput(Output value)
Output' containment reference.
value - the new value of the 'Output' containment reference.getOutput()Output getExpectedOutput()
If the meaning of the 'Expected Output' containment reference isn't clear, there really should be more of a description here...
setExpectedOutput(Output),
TestsheetPackage.getTestsheet_ExpectedOutput()void setExpectedOutput(Output value)
Expected Output' containment reference.
value - the new value of the 'Expected Output' containment reference.getExpectedOutput()RuleActivity getRuleActivity()
If the meaning of the 'Rule Activity' reference isn't clear, there really should be more of a description here...
setRuleActivity(RuleActivity),
TestsheetPackage.getTestsheet_RuleActivity()void setRuleActivity(RuleActivity value)
Rule Activity' reference.
value - the new value of the 'Rule Activity' reference.getRuleActivity()Copyright © 2005-2013 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.