@Accessors
public class GeneratorConfig
extends java.lang.Object
| Constructor and Description |
|---|
GeneratorConfig() |
| Modifier and Type | Method and Description |
|---|---|
GeneratorConfig |
copy(GeneratorConfig other)
Copy the values of the given generator configuration.
|
java.lang.String |
getGeneratedAnnotationComment() |
org.eclipse.xtext.util.JavaVersion |
getJavaSourceVersion() |
boolean |
isGenerateExpressions() |
boolean |
isGenerateGeneratedAnnotation() |
boolean |
isGenerateSyntheticSuppressWarnings() |
boolean |
isIncludeDateInGeneratedAnnotation() |
void |
setGeneratedAnnotationComment(java.lang.String generatedAnnotationComment) |
void |
setGenerateExpressions(boolean generateExpressions) |
void |
setGenerateGeneratedAnnotation(boolean generateGeneratedAnnotation) |
void |
setGenerateSyntheticSuppressWarnings(boolean generateSyntheticSuppressWarnings) |
void |
setIncludeDateInGeneratedAnnotation(boolean includeDateInGeneratedAnnotation) |
void |
setJavaSourceVersion(org.eclipse.xtext.util.JavaVersion javaSourceVersion) |
public GeneratorConfig copy(GeneratorConfig other)
@Pure public boolean isGenerateExpressions()
public void setGenerateExpressions(boolean generateExpressions)
@Pure public boolean isGenerateSyntheticSuppressWarnings()
public void setGenerateSyntheticSuppressWarnings(boolean generateSyntheticSuppressWarnings)
@Pure public boolean isGenerateGeneratedAnnotation()
public void setGenerateGeneratedAnnotation(boolean generateGeneratedAnnotation)
@Pure public boolean isIncludeDateInGeneratedAnnotation()
public void setIncludeDateInGeneratedAnnotation(boolean includeDateInGeneratedAnnotation)
@Pure public java.lang.String getGeneratedAnnotationComment()
public void setGeneratedAnnotationComment(java.lang.String generatedAnnotationComment)
@Pure public org.eclipse.xtext.util.JavaVersion getJavaSourceVersion()
public void setJavaSourceVersion(org.eclipse.xtext.util.JavaVersion javaSourceVersion)