public class JDOMJField extends JDOMJMember implements JField
EMPTY_STRING_ARRAY, qualifiedName| Constructor and Description |
|---|
JDOMJField(IDOMField field) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getInitializer()
Returns the initializer expression for this field.
|
java.lang.String |
getType()
Returns the type name of this field.
|
protected IDOMField |
getWrappedObject() |
void |
setInitializer(java.lang.String initializer)
Sets the initializer expression for this field.
|
void |
setType(java.lang.String typeName)
Sets the type name of this field.
|
getComment, getContents, getFlags, setComment, setFlags, splitLastCommentdispose, getChildren, getFacadeHelper, getName, getParent, isDisposed, setFacadeHelper, setNamecomputeQualifiedName, computeQualifiedName, computeQualifiedName, computeQualifiedName, getName, getQualifiedNameclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComment, setCommentgetChildren, getContents, getFlags, getName, getParent, getQualifiedName, setFlags, setNameprotected IDOMField getWrappedObject()
getWrappedObject in class JDOMJMemberpublic java.lang.String getInitializer()
JField
Note: The expression does not include a "=".
getInitializer in interface JFieldnull if this field does
not have an initializerpublic void setInitializer(java.lang.String initializer)
JField
Note: The expression does not include a "=".
setInitializer in interface JFieldinitializer - the initializer expression, or null indicating
the field does not have an initializerpublic java.lang.String getType()
JFieldpublic void setType(java.lang.String typeName)
JField"String", "int[]", or "java.io.File".Copyright © 2021. Licensed under the Eclipse Public License v2.0. All rights reserved.
Submit a bug or feature