enum TestEnum { ONE("testString"); TestEnum(String str) { } private class Constants { void foo(){} } }