Interface Shift
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier
- All Known Implementing Classes:
ShiftImpl
public interface Shift extends org.palladiosimulator.pcm.core.entity.EntityA representation of the model object 'Shift'.The following features are supported:
- See Also:
HelperattributesPackage.getShift()- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description XMLGregorianCalendargetEndTime()Returns the value of the 'End Time' attribute.XMLGregorianCalendargetStartTime()Returns the value of the 'Start Time' attribute.voidsetEndTime(XMLGregorianCalendar value)Sets the value of the 'End Time' attribute.voidsetStartTime(XMLGregorianCalendar value)Sets the value of the 'Start Time' 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getStartTime
XMLGregorianCalendar getStartTime()
Returns the value of the 'Start Time' attribute.- Returns:
- the value of the 'Start Time' attribute.
- See Also:
setStartTime(XMLGregorianCalendar),HelperattributesPackage.getShift_StartTime()- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.DateTime"
-
setStartTime
void setStartTime(XMLGregorianCalendar value)
Sets the value of the 'Start Time' attribute.- Parameters:
value- the new value of the 'Start Time' attribute.- See Also:
getStartTime()- Generated class or method.
-
getEndTime
XMLGregorianCalendar getEndTime()
Returns the value of the 'End Time' attribute.- Returns:
- the value of the 'End Time' attribute.
- See Also:
setEndTime(XMLGregorianCalendar),HelperattributesPackage.getShift_EndTime()- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.DateTime"
-
setEndTime
void setEndTime(XMLGregorianCalendar value)
Sets the value of the 'End Time' attribute.- Parameters:
value- the new value of the 'End Time' attribute.- See Also:
getEndTime()- Generated class or method.
-
-