public class SortParameter extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
type |
protected boolean |
variable |
Constructor and Description |
---|
SortParameter() |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
boolean |
isVariable() |
void |
setType(String type) |
void |
setVariable(boolean variable) |
protected String type
protected boolean variable