Package org.apache.xmlbeans.impl.jam
Interface JParameter
- 
- All Superinterfaces:
 JAnnotatedElement,JElement
- All Known Subinterfaces:
 MParameter
- All Known Implementing Classes:
 ParameterImpl
public interface JParameter extends JAnnotatedElement
Represents a single parameter of a Java method or constructor. This type and name information as well as associated metadata. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JClassgetType()Returns the type of this parameter.- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.JAnnotatedElement
getAllJavadocTags, getAnnotation, getAnnotation, getAnnotationProxy, getAnnotations, getAnnotationValue, getComment 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.JElement
accept, getArtifact, getParent, getQualifiedName, getSimpleName, getSourcePosition, toString 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getType
JClass getType()
Returns the type of this parameter. 
 - 
 
 -