| Package | Description |
|---|---|
| org.kuali.rice.krad.data.metadata |
The interfaces in this package form the data model for the metadata repository extracted via the
MetadataProvider classes. |
| org.kuali.rice.krad.data.metadata.impl |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
DataObjectCollectionSortAttribute.getSortDirection()
Gets the attribute sort.
|
static SortDirection |
SortDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortDirection[] |
SortDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SortDirection |
DataObjectCollectionSortAttributeImpl.sortDirection |
| Modifier and Type | Method and Description |
|---|---|
SortDirection |
DataObjectCollectionSortAttributeImpl.getSortDirection()
Gets the attribute sort.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataObjectCollectionSortAttributeImpl.setSortDirection(SortDirection sortDirection)
Sets sort direction.
|
| Constructor and Description |
|---|
DataObjectCollectionSortAttributeImpl(String attributeName,
SortDirection sortDirection) |
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.