853854855856857858859860861862863
SimpleRestrictionModel base = st.restriction(); writeTypeRef(base, e.getBaseType(), "base"); for (EnumConstant c : e.getConstants()) { base.enumeration().value(c.getLexicalValue()); } st.commit(); } /**
854855856857858859860861862863864
794795796797798799800801802803804
820821822823824825826827828829830