IWrapperParamDefinition.java :  » J2EE » Pustefix » de » schlund » pfixcore » generator » Java Open Source

Java Open Source » J2EE » Pustefix 
Pustefix » de » schlund » pfixcore » generator » IWrapperParamDefinition.java
package de.schlund.pfixcore.generator;

/**
 * Describe interface IWrapperParamDefinition here.
 *
 *
 * Created: Fri Apr 29 16:46:47 2005
 *
 * @author <a href="mailto:jtl@schlund.de">Jens Lautenbacher</a>
 * @version 1.0
 */
public interface IWrapperParamDefinition {
    String                   getName();
    String                   getType();
    String                   getOccurance();
    String                   getFrequency();
    IWrapperParamCaster      getCaster();
    IWrapperParamPreCheck[]  getPreChecks();
    IWrapperParamPostCheck[] getPostChecks();
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.