Interface WorkingPeriod
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,Notifier
- All Known Implementing Classes:
WorkingPeriodImpl
public interface WorkingPeriod extends EObject, de.uka.ipd.sdq.identifier.Identifier
A representation of the model object 'Working Period'.The following features are supported:
- See Also:
OrganizationenvironmentmodelPackage.getWorkingPeriod()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getPeriodEndTimePoint()
Returns the value of the 'Period End Time Point' attribute.double
getPeriodStartTimePoint()
Returns the value of the 'Period Start Time Point' attribute.void
setPeriodEndTimePoint(double value)
Sets the value of the 'Period End Time Point
' attribute.void
setPeriodStartTimePoint(double value)
Sets the value of the 'Period Start Time Point
' attribute.-
Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
-
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
-
getPeriodStartTimePoint
double getPeriodStartTimePoint()
Returns the value of the 'Period Start Time Point' attribute. The default value is"0.0"
.- Returns:
- the value of the 'Period Start Time Point' attribute.
- See Also:
setPeriodStartTimePoint(double)
,OrganizationenvironmentmodelPackage.getWorkingPeriod_PeriodStartTimePoint()
- Generated class or method.
- EMF model class or method.
- default="0.0"
-
setPeriodStartTimePoint
void setPeriodStartTimePoint(double value)
Sets the value of the 'Period Start Time Point
' attribute.- Parameters:
value
- the new value of the 'Period Start Time Point' attribute.- See Also:
getPeriodStartTimePoint()
- Generated class or method.
-
getPeriodEndTimePoint
double getPeriodEndTimePoint()
Returns the value of the 'Period End Time Point' attribute. The default value is"0.0"
.- Returns:
- the value of the 'Period End Time Point' attribute.
- See Also:
setPeriodEndTimePoint(double)
,OrganizationenvironmentmodelPackage.getWorkingPeriod_PeriodEndTimePoint()
- Generated class or method.
- EMF model class or method.
- default="0.0"
-
setPeriodEndTimePoint
void setPeriodEndTimePoint(double value)
Sets the value of the 'Period End Time Point
' attribute.- Parameters:
value
- the new value of the 'Period End Time Point' attribute.- See Also:
getPeriodEndTimePoint()
- Generated class or method.
-
-