Package com.sun.grid.jgdi.configuration.reflect

Examples of com.sun.grid.jgdi.configuration.reflect.PropertyDescriptor


   
    protected TestGEObjectDescriptor(Class type, String name) {
        super(type, name);
       
       
        PropertyDescriptor propDescr = null;
       
        propDescr = addSimple("name", String.class, "SGE_STRING", CullConstants.CQ_name, true, false, true);
        propDescr = addSimple("long", Long.TYPE, "AULNG_Type", CullConstants.CQ_seq_no, true, false, true);
        propDescr = addSimple("double", Double.TYPE, "SGE_DOUBLE", CullConstants.JAT_oticket, false, false, true);
        //LIST
View Full Code Here

TOP

Related Classes of com.sun.grid.jgdi.configuration.reflect.PropertyDescriptor

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.