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, getTypeVariables
getModifiers, setModifiers
addAnnotation, addAnnotation, addAnnotation, addComment, getAnnotations, getComments, getRawComments, hasMetadata
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getEnclosingClass, getStaticImportPattern, isStatic
getModifiers
getImportPattern
public 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 .