|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RunSet
A representation of the model object 'Run Set'.
The following features are supported:
AresPackage.getRunSet()
Method Summary | |
---|---|
java.util.Date |
getFinished()
Returns the value of the 'Finished' attribute. |
ResultType |
getResult()
Returns the value of the 'Result' attribute. |
org.eclipse.emf.common.util.EList<Run> |
getRuns()
Returns the value of the 'Runs' containment reference list. |
java.util.Date |
getStarted()
Returns the value of the 'Started' attribute. |
void |
setFinished(java.util.Date value)
Sets the value of the ' Finished ' attribute. |
void |
setResult(ResultType value)
Sets the value of the ' Result ' attribute. |
void |
setStarted(java.util.Date value)
Sets the value of the ' Started ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
ResultType getResult()
ResultType
.
If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
ResultType
,
setResult(ResultType)
,
AresPackage.getRunSet_Result()
void setResult(ResultType value)
Result
' attribute.
value
- the new value of the 'Result' attribute.ResultType
,
getResult()
java.util.Date getStarted()
If the meaning of the 'Started' attribute isn't clear, there really should be more of a description here...
setStarted(Date)
,
AresPackage.getRunSet_Started()
void setStarted(java.util.Date value)
Started
' attribute.
value
- the new value of the 'Started' attribute.getStarted()
java.util.Date getFinished()
If the meaning of the 'Finished' attribute isn't clear, there really should be more of a description here...
setFinished(Date)
,
AresPackage.getRunSet_Finished()
void setFinished(java.util.Date value)
Finished
' attribute.
value
- the new value of the 'Finished' attribute.getFinished()
org.eclipse.emf.common.util.EList<Run> getRuns()
Run
.
If the meaning of the 'Runs' containment reference list isn't clear, there really should be more of a description here...
AresPackage.getRunSet_Runs()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |