All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.phoenixnap.oss.ramlapisync.data.RamlFormParameter Maven / Gradle / Ivy

Go to download

Components including the parsing of RAML documents and Spring MVC Annotations to create RAML models

There is a newer version: 0.9.1
Show newest version
package com.phoenixnap.oss.ramlapisync.data;

import com.phoenixnap.oss.ramlapisync.raml.RamlAbstractParam;

/**
 * @author armin.weisser
 */
public abstract class RamlFormParameter extends RamlAbstractParam {
	
    
    public abstract boolean isRepeat();
    public abstract void setRepeat(boolean repeat);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy