Order.TYPE| 构造器和说明 |
|---|
DefaultOrder() |
DefaultOrder(String str) |
DefaultOrder(String column,
Order.TYPE type) |
DefaultOrder(String column,
String type) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone() |
String |
getColumn() |
Order.TYPE |
getType() |
void |
setColumn(String column) |
void |
setType(Order.TYPE type) |
void |
setType(String type) |
public DefaultOrder()
public DefaultOrder(String str)
public DefaultOrder(String column, Order.TYPE type)
public Order.TYPE getType()
public void setType(Order.TYPE type)
public Object clone() throws CloneNotSupportedException
clone 在类中 ObjectCloneNotSupportedExceptionCopyright © 2022. All rights reserved.