public class GeneratedField extends GeneratedMember implements MetaField
enclosing, name| Modifier and Type | Method and Description |
|---|---|
Format |
getInitializer() |
MetaType |
getType() |
void |
setInitializer(Format newInitializer) |
void |
setInitializer(Formattable newInitializer) |
void |
setInitializer(String template,
Formattable... args) |
addTypeVariable, addTypeVariable, getEnclosingClass, getName, getTypeVariablesgetModifiers, setModifiersaddAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadataclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEnclosingClass, getStaticImportPattern, isStaticgetModifiersgetImportPatternpublic Format getInitializer()
public void setInitializer(String template, Formattable... args)
public void setInitializer(Format newInitializer)
public void setInitializer(Formattable newInitializer)
see also the complete user documentation .