Interface MParameter
- 
- All Superinterfaces:
 JAnnotatedElement,JElement,JMember,JParameter,MAnnotatedElement,MElement,MMember
- All Known Implementing Classes:
 ParameterImpl
public interface MParameter extends JParameter, MMember
Mutable version of JParameter.
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetType(java.lang.String typeName)voidsetType(JClass type)voidsetUnqualifiedType(java.lang.String ucname)- 
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 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.JMember
getContainingClass, getModifiers, isPackagePrivate, isPrivate, isProtected, isPublic 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.JParameter
getType 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MAnnotatedElement
addLiteralAnnotation, createComment, findOrCreateAnnotation, getMutableAnnotation, getMutableAnnotations, getMutableComment, removeComment 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MElement
accept, createSourcePosition, getClassLoader, getMutableSourcePosition, removeSourcePosition, setArtifact, setSimpleName 
- 
Methods inherited from interface org.apache.xmlbeans.impl.jam.mutable.MMember
setModifiers 
 - 
 
 - 
 
- 
- 
Method Detail
- 
setType
void setType(java.lang.String typeName)
 
- 
setType
void setType(JClass type)
 
- 
setUnqualifiedType
void setUnqualifiedType(java.lang.String ucname)
 
 - 
 
 -