Uses of Class
org.tentackle.model.TrackType
-
Packages that use TrackType Package Description org.tentackle.model Entity model.org.tentackle.model.impl Default model implementation. -
-
Uses of TrackType in org.tentackle.model
Methods in org.tentackle.model that return TrackType Modifier and Type Method Description TrackTypeEntityOptions. getTrackType()Gets the tracking type.TrackTypeModelDefaults. getTrackType()Gets the tracktype default.static TrackTypeTrackType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TrackType[]TrackType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TrackType in org.tentackle.model.impl
Methods in org.tentackle.model.impl that return TrackType Modifier and Type Method Description TrackTypeEntityOptionsImpl. getTrackType()Methods in org.tentackle.model.impl with parameters of type TrackType Modifier and Type Method Description voidEntityOptionsImpl. setTrackType(TrackType trackType)protected voidModelImpl. validateInheritanceHierarchy(Entity entity, InheritanceType inheritanceType, TrackType trackType, Integrity integrity, java.util.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!
-