public interface LongActionState extends IdEObject
The following features are supported:
StorePackage.getLongActionState()| Modifier and Type | Method and Description |
|---|---|
Date |
getEnd()
Returns the value of the 'End' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getErrors()
Returns the value of the 'Errors' attribute list.
|
org.eclipse.emf.common.util.EList<String> |
getInfos()
Returns the value of the 'Infos' attribute list.
|
Integer |
getProgress()
Returns the value of the 'Progress' attribute.
|
int |
getStage()
Returns the value of the 'Stage' attribute.
|
Date |
getStart()
Returns the value of the 'Start' attribute.
|
ActionState |
getState()
Returns the value of the 'State' attribute.
|
String |
getTitle()
Returns the value of the 'Title' attribute.
|
org.eclipse.emf.common.util.EList<String> |
getWarnings()
Returns the value of the 'Warnings' attribute list.
|
void |
setEnd(Date value)
Sets the value of the '
End' attribute. |
void |
setProgress(Integer value)
Sets the value of the '
Progress' attribute. |
void |
setStage(int value)
Sets the value of the '
Stage' attribute. |
void |
setStart(Date value)
Sets the value of the '
Start' attribute. |
void |
setState(ActionState value)
Sets the value of the '
State' attribute. |
void |
setTitle(String value)
Sets the value of the '
Title' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeDate getStart()
If the meaning of the 'Start' attribute isn't clear, there really should be more of a description here...
setStart(Date),
StorePackage.getLongActionState_Start()void setStart(Date value)
Start' attribute.
value - the new value of the 'Start' attribute.getStart()Date getEnd()
If the meaning of the 'End' attribute isn't clear, there really should be more of a description here...
setEnd(Date),
StorePackage.getLongActionState_End()void setEnd(Date value)
End' attribute.
value - the new value of the 'End' attribute.getEnd()Integer getProgress()
If the meaning of the 'Progress' attribute isn't clear, there really should be more of a description here...
setProgress(Integer),
StorePackage.getLongActionState_Progress()void setProgress(Integer value)
Progress' attribute.
value - the new value of the 'Progress' attribute.getProgress()ActionState getState()
ActionState.
If the meaning of the 'State' attribute isn't clear, there really should be more of a description here...
ActionState,
setState(ActionState),
StorePackage.getLongActionState_State()void setState(ActionState value)
State' attribute.
value - the new value of the 'State' attribute.ActionState,
getState()String getTitle()
If the meaning of the 'Title' attribute isn't clear, there really should be more of a description here...
setTitle(String),
StorePackage.getLongActionState_Title()void setTitle(String value)
Title' attribute.
value - the new value of the 'Title' attribute.getTitle()int getStage()
If the meaning of the 'Stage' attribute isn't clear, there really should be more of a description here...
setStage(int),
StorePackage.getLongActionState_Stage()void setStage(int value)
Stage' attribute.
value - the new value of the 'Stage' attribute.getStage()org.eclipse.emf.common.util.EList<String> getErrors()
String.
If the meaning of the 'Errors' attribute list isn't clear, there really should be more of a description here...
StorePackage.getLongActionState_Errors()org.eclipse.emf.common.util.EList<String> getWarnings()
String.
If the meaning of the 'Warnings' attribute list isn't clear, there really should be more of a description here...
StorePackage.getLongActionState_Warnings()org.eclipse.emf.common.util.EList<String> getInfos()
String.
If the meaning of the 'Infos' attribute list isn't clear, there really should be more of a description here...
StorePackage.getLongActionState_Infos()Copyright © 2018 OpenSource BIM. All rights reserved.