Interface MField
-
- All Superinterfaces:
JAnnotatedElement
,JElement
,JField
,JMember
,MAnnotatedElement
,MElement
,MMember
- All Known Implementing Classes:
FieldImpl
public interface MField extends JField, MMember
Mutable version of JField.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setType(java.lang.String typeName)
void
setType(JClass type)
void
setUnqualifiedType(java.lang.String typeName)
-
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, getSimpleName, getSourcePosition, toString
-
Methods inherited from interface org.apache.xmlbeans.impl.jam.JField
getQualifiedName, getType, isFinal, isStatic, isTransient, isVolatile
-
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.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)
-
setUnqualifiedType
void setUnqualifiedType(java.lang.String typeName)
-
setType
void setType(JClass type)
-
-