Uses of Enum Class
org.tentackle.model.TrackType
Packages that use TrackType
Package
Description
Entity model.
Default model implementation.
-
Uses of TrackType in org.tentackle.model
Methods in org.tentackle.model that return TrackTypeModifier and TypeMethodDescriptionEntityOptions.getTrackType()Gets the tracking type.ModelDefaults.getTrackType()Gets the tracktype default.static TrackTypeReturns the enum constant of this class with the specified name.static TrackType[]TrackType.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of TrackType in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return TrackTypeMethods in org.tentackle.model.impl with parameters of type TrackTypeModifier and TypeMethodDescriptionvoidEntityOptionsImpl.setTrackType(TrackType trackType) protected voidModelImpl.validateInheritanceHierarchy(Entity entity, InheritanceType inheritanceType, TrackType trackType, Integrity integrity, Set<ModelError> errors) Verifies that the inheritance, integrity and track type is the same within a given interitance hierarchy.
Notice that concrete classes (the leafs of the hierarchy) must have InheritanceType.NONE defined!