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