Enum Class的使用
org.anyline.entity.Order.TYPE
使用Order.TYPE的程序包
-
org.anyline.entity中Order.TYPE的使用
返回Order.TYPE的org.anyline.entity中的方法修饰符和类型方法说明DefaultOrder.getType()Order.getType()static Order.TYPEReturns the enum constant of this class with the specified name.static Order.TYPE[]Order.TYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.参数类型为Order.TYPE的org.anyline.entity中的方法修饰符和类型方法说明voidDefaultOrderStore.order(String col, Order.TYPE type) voidDefaultOrderStore.order(String col, Order.TYPE type, boolean override) DefaultPageNavi.order(String order, Order.TYPE type) DefaultPageNavi.order(String order, Order.TYPE type, boolean override) 设置排序方式voidOrderStore.order(String col, Order.TYPE type) voidOrderStore.order(String col, Order.TYPE type, boolean override) PageNavi.order(String order, Order.TYPE type) PageNavi.order(String order, Order.TYPE type, boolean override) voidDefaultOrder.setType(Order.TYPE type) voidOrder.setType(Order.TYPE type) 参数类型为Order.TYPE的org.anyline.entity中的构造器 -
org.anyline.metadata中Order.TYPE的使用
类型参数类型为Order.TYPE的org.anyline.metadata中的字段修饰符和类型字段说明protected LinkedHashMap<String,Order.TYPE> Constraint.ordersprotected LinkedHashMap<String,Order.TYPE> Index.orders参数类型为Order.TYPE的org.anyline.metadata中的方法修饰符和类型方法说明Constraint.setOrder(String column, Order.TYPE order) Constraint.setOrder(Column column, Order.TYPE order) Index.setOrder(String column, Order.TYPE order) Index.setOrder(Column column, Order.TYPE order) 类型变量类型为Order.TYPE的org.anyline.metadata中的方法参数修饰符和类型方法说明Constraint.setOrders(LinkedHashMap<String, Order.TYPE> orders) Index.setOrders(LinkedHashMap<String, Order.TYPE> orders)