package org.nocket.component.table; public enum ColumnSortOrder { UP, DOWN, NONE; }