package com.jpaulmorrison.graphics; public class AInPort { /* * * Copyright 2008, 2014, J. Paul Morrison. At your option, you may copy, * distribute, or make derivative works under the terms of the Clarified Artistic License, * based on the Everything Development Company's Artistic License. A document describing * this License may be found at http://www.jpaulmorrison.com/fbp/artistic2.htm. * THERE IS NO WARRANTY; USE THIS PRODUCT AT YOUR OWN RISK. * */ boolean arrayPort; String description; Class<?> type; String value; boolean fixedSize; boolean optional; }