|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SortMode | |
---|---|
com.genesyslab.platform.contacts.protocol.contactserver | This package contains the Protocol classes that your applications
can use to set up communication with Universal Contact Server. |
Uses of SortMode in com.genesyslab.platform.contacts.protocol.contactserver |
---|
Fields in com.genesyslab.platform.contacts.protocol.contactserver declared as SortMode | |
---|---|
static SortMode |
SortMode.Ascending
|
static SortMode |
SortMode.Descending
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver that return SortMode | |
---|---|
static SortMode |
SortMode.create(java.lang.String name)
|
SortMode |
SortCriteria.getSortOperator()
Can have value of 'Ascending' or 'Descending'. |
static SortMode |
SortMode.toEnum(java.lang.String val)
|
Methods in com.genesyslab.platform.contacts.protocol.contactserver with parameters of type SortMode | |
---|---|
static java.lang.String |
SortMode.fromEnum(SortMode val)
|
void |
SortCriteria.setSortOperator(SortMode value)
Can have value of 'Ascending' or 'Descending'. |
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |