| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| org.tentackle.model.impl |
Default model implementation.
|
| Modifier and Type | Method and Description |
|---|---|
TrackType |
ModelDefaults.getTrackType()
Gets the tracktype default.
|
TrackType |
EntityOptions.getTrackType()
Gets the tracking type.
|
static TrackType |
TrackType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
TrackType |
EntityOptionsImpl.getTrackType() |
| Modifier and Type | Method and Description |
|---|---|
void |
EntityOptionsImpl.setTrackType(TrackType trackType) |
protected String |
ModelImpl.validateInheritanceHierarchy(Entity entity,
InheritanceType inheritanceType,
TrackType trackType,
Integrity integrity,
StringBuilder exMsg,
Set<Entity> exEntities)
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! |
Copyright © 2016 Krake Softwaretechnik. All rights reserved.