Uses of Interface
de.uni_trier.wi2.procake.data.model.base.TimestampClass
-
Packages that use TimestampClass Package Description de.uni_trier.wi2.procake.data.model Provides interfaces of all data classes and of the data model.de.uni_trier.wi2.procake.data.model.base.impl de.uni_trier.wi2.procake.data.model.impl de.uni_trier.wi2.procake.data.object.base de.uni_trier.wi2.procake.data.object.base.impl -
-
Uses of TimestampClass in de.uni_trier.wi2.procake.data.model
Methods in de.uni_trier.wi2.procake.data.model that return TimestampClass Modifier and Type Method Description TimestampClassModel. getTimestampSystemClass() -
Uses of TimestampClass in de.uni_trier.wi2.procake.data.model.base.impl
Classes in de.uni_trier.wi2.procake.data.model.base.impl that implement TimestampClass Modifier and Type Class Description classTimeStampClassImplTimeStampClassImpl class. -
Uses of TimestampClass in de.uni_trier.wi2.procake.data.model.impl
Methods in de.uni_trier.wi2.procake.data.model.impl that return TimestampClass Modifier and Type Method Description TimestampClassModelImpl. getTimestampSystemClass() -
Uses of TimestampClass in de.uni_trier.wi2.procake.data.object.base
Methods in de.uni_trier.wi2.procake.data.object.base that return TimestampClass Modifier and Type Method Description TimestampClassTimestampObject. getTimestampClass() -
Uses of TimestampClass in de.uni_trier.wi2.procake.data.object.base.impl
Methods in de.uni_trier.wi2.procake.data.object.base.impl that return TimestampClass Modifier and Type Method Description TimestampClassTimestampObjectImpl. getTimestampClass()Constructors in de.uni_trier.wi2.procake.data.object.base.impl with parameters of type TimestampClass Constructor Description TimestampObjectImpl(TimestampClass dataClass)
-