public class ArrayElementModel extends ObjectModel {
private static String copyright = "Licensed Material - Property of IBM IBM(R) VisualAge(R) for Java(TM), Version 3.5 (C) Copyright IBM Corp. 1997, 2000- All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.";
private int index;
private Class type = null;
public ArrayElementModel(MemberModel var1, int var2, Class var3) {