| Package | Description |
|---|---|
| org.openliberty.xmltooling.idsis.dap |
This package models the ID-SIS-DAP schema.
|
| Modifier and Type | Method and Description |
|---|---|
static DAPSort.SortOrder |
DAPSort.SortOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DAPSort.SortOrder[] |
DAPSort.SortOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DAPSort.addSortElement(String attributeName,
DAPSort.SortOrder sortOrder,
String orderingRule)
This method is used to build the DAPSort string.
|
static String |
DAPSort.SortOrder.value(DAPSort.SortOrder sortOrder) |
Copyright © 1999–2015. All rights reserved.