I have an enum whose code is like this -
public enum COSOptionType { NOTAPPLICABLE, OPTIONAL, MANDATORY; private String[] label ...