public enum ButtonKey { CANCEL_ALL, CANCEL_SELL; public static final ButtonKey[] ARR = {CANCEL_ALL, CANCEL_SELL<caret>}; }