枚举类的使用
org.anyline.entity.Order.TYPE
使用Order.TYPE的程序包
-
org.anyline.entity中Order.TYPE的使用
返回Order.TYPE的org.anyline.entity中的方法修饰符和类型方法说明DefaultOrder.getType()Order.getType()static Order.TYPE返回带有指定名称的该类的枚举常量。static Order.TYPE[]Order.TYPE.values()返回包含该枚举类的常量的数组, 顺序与声明这些常量的顺序相同参数类型为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)