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)
public boolean isGenerateExpressions()
public void setGenerateExpressions(boolean generateExpressions)
public boolean isGenerateSyntheticSuppressWarnings()
public void setGenerateSyntheticSuppressWarnings(boolean generateSyntheticSuppressWarnings)
public boolean isGenerateGeneratedAnnotation()
public void setGenerateGeneratedAnnotation(boolean generateGeneratedAnnotation)
public boolean isIncludeDateInGeneratedAnnotation()
public void setIncludeDateInGeneratedAnnotation(boolean includeDateInGeneratedAnnotation)
public java.lang.String getGeneratedAnnotationComment()
public void setGeneratedAnnotationComment(java.lang.String generatedAnnotationComment)
public org.eclipse.xtext.util.JavaVersion getJavaSourceVersion()
public void setJavaSourceVersion(org.eclipse.xtext.util.JavaVersion javaSourceVersion)