JField fValues = null;
JDocComment jdc = null;
JSourceCode jsc = null;
//-- modify constructor
JConstructor constructor = jClass.getConstructor(0);
constructor.getModifiers().makePrivate();
fValues = new JField(baseType.getJType().createArray(), "values");
//-- Loop through "enumeration" facets
//-- and create the default values for the type.