| Package | Description |
|---|---|
| org.tentackle.model |
Entity model.
|
| Modifier and Type | Method and Description |
|---|---|
SortType |
AttributeSorting.getSortType()
Gets the sort type.
|
static SortType |
SortType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortType[] |
SortType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AttributeSorting(Attribute attribute,
SortType sortType)
Creates a sorting info for an attribute.
|
Tentackle - a domain driven enterprise framework