public interface IDescribeSort
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAscending()
element : ascending of type {http://www.w3.org/2001/XMLSchema}boolean
java type: boolean
|
java.lang.String |
getColumn()
element : column of type {http://www.w3.org/2001/XMLSchema}string
java type: java.lang.String
|
boolean |
isAscending() |
void |
setAscending(boolean ascending) |
void |
setColumn(java.lang.String column) |
boolean getAscending()
boolean isAscending()
void setAscending(boolean ascending)
java.lang.String getColumn()
void setColumn(java.lang.String column)
Copyright © 2020. All Rights Reserved.