modelMetaDesc.getVersionAttributeMetaDesc();
if (attr != null) {
printer.println(
" %1$s m = (%1$s) model;",
modelMetaDesc.getModelClassName());
DataType dataType = attr.getDataType();
dataType.accept(
new SimpleDataTypeVisitor<Void, Void, RuntimeException>() {
@Override
protected Void defaultAction(DataType type, Void p)
throws RuntimeException {