enum TestEnum { ONE("testString"); TestEnum(String str) { } private static class Constants { public static final String FOO = ""; } }