public interface PlanningChangeInfo
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDateTime |
getChangeTime()
Returns the value of the 'Change Time' attribute.
|
PlanningChangeType |
getChangeType()
Returns the value of the 'Change Type' attribute.
|
void |
setChangeTime(java.time.LocalDateTime value)
Sets the value of the '
Change Time' attribute. |
void |
setChangeType(PlanningChangeType value)
Sets the value of the '
Change Type' attribute. |
PlanningChangeType getChangeType()
PlanningChangeType.
Planning change type
PlanningChangeType,
setChangeType(PlanningChangeType),
PlanningAlgorithmPackage.getPlanningChangeInfo_ChangeType()void setChangeType(PlanningChangeType value)
Change Type' attribute.
value - the new value of the 'Change Type' attribute.PlanningChangeType,
getChangeType()java.time.LocalDateTime getChangeTime()
setChangeTime(LocalDateTime),
PlanningAlgorithmPackage.getPlanningChangeInfo_ChangeTime()void setChangeTime(java.time.LocalDateTime value)
Change Time' attribute.
value - the new value of the 'Change Time' attribute.getChangeTime()