Uses of Interface
bpsim.DateTimeParameterType
-
Packages that use DateTimeParameterType Package Description bpsim bpsim.impl bpsim.util -
-
Uses of DateTimeParameterType in bpsim
Methods in bpsim that return DateTimeParameterType Modifier and Type Method Description DateTimeParameterTypeBpsimFactory. createDateTimeParameterType()Returns a new object of class 'Date Time Parameter Type'.DateTimeParameterTypeDocumentRoot. getDateTimeParameter()Returns the value of the 'Date Time Parameter' containment reference.Methods in bpsim with parameters of type DateTimeParameterType Modifier and Type Method Description voidDocumentRoot. setDateTimeParameter(DateTimeParameterType value)Sets the value of the 'Date Time Parameter' containment reference. -
Uses of DateTimeParameterType in bpsim.impl
Classes in bpsim.impl that implement DateTimeParameterType Modifier and Type Class Description classDateTimeParameterTypeImplAn implementation of the model object 'Date Time Parameter Type'.Methods in bpsim.impl that return DateTimeParameterType Modifier and Type Method Description DateTimeParameterTypeBpsimFactoryImpl. createDateTimeParameterType()DateTimeParameterTypeDocumentRootImpl. getDateTimeParameter()Methods in bpsim.impl with parameters of type DateTimeParameterType Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainDocumentRootImpl. basicSetDateTimeParameter(DateTimeParameterType newDateTimeParameter, org.eclipse.emf.common.notify.NotificationChain msgs)voidDocumentRootImpl. setDateTimeParameter(DateTimeParameterType newDateTimeParameter) -
Uses of DateTimeParameterType in bpsim.util
Methods in bpsim.util with parameters of type DateTimeParameterType Modifier and Type Method Description TBpsimSwitch. caseDateTimeParameterType(DateTimeParameterType object)Returns the result of interpreting the object as an instance of 'Date Time Parameter Type'.
-