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

com.webcohesion.enunciate.api.resources.Parameter Maven / Gradle / Ivy

There is a newer version: 2.18.1
Show newest version
package com.webcohesion.enunciate.api.resources;

import com.webcohesion.enunciate.javac.javadoc.JavaDoc;

import javax.lang.model.element.AnnotationMirror;
import java.util.Map;
import java.util.Set;

/**
 * @author Ryan Heaton
 */
public interface Parameter {

  String getName();

  String getDescription();

  String getTypeLabel();

  String getDefaultValue();

  String getConstraints();

  Set getConstraintValues();

  Map getAnnotations();

  JavaDoc getJavaDoc();

  boolean isMultivalued();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy