@Override
public Void visitLinkedHashSetType(
final LinkedHashSetType collectionType,
final AttributeMetaDesc attr) throws RuntimeException {
DataType elementType = collectionType.getElementType();
Boolean handled =
elementType.accept(
new SimpleDataTypeVisitor<Boolean, Void, RuntimeException>(
false) {
@Override
public Boolean visitCoreReferenceType(