Class GeneratorConfig


  • public class GeneratorConfig
    extends java.lang.Object
    • Constructor Detail

      • GeneratorConfig

        public GeneratorConfig()
    • Method Detail

      • isGenerateExpressions

        public boolean isGenerateExpressions()
      • setGenerateExpressions

        public void setGenerateExpressions​(boolean generateExpressions)
      • isGenerateSyntheticSuppressWarnings

        public boolean isGenerateSyntheticSuppressWarnings()
      • setGenerateSyntheticSuppressWarnings

        public void setGenerateSyntheticSuppressWarnings​(boolean generateSyntheticSuppressWarnings)
      • isGenerateGeneratedAnnotation

        public boolean isGenerateGeneratedAnnotation()
      • setGenerateGeneratedAnnotation

        public void setGenerateGeneratedAnnotation​(boolean generateGeneratedAnnotation)
      • isIncludeDateInGeneratedAnnotation

        public boolean isIncludeDateInGeneratedAnnotation()
      • setIncludeDateInGeneratedAnnotation

        public void setIncludeDateInGeneratedAnnotation​(boolean includeDateInGeneratedAnnotation)
      • getGeneratedAnnotationComment

        public java.lang.String getGeneratedAnnotationComment()
      • setGeneratedAnnotationComment

        public void setGeneratedAnnotationComment​(java.lang.String generatedAnnotationComment)
      • getJavaSourceVersion

        public org.eclipse.xtext.util.JavaVersion getJavaSourceVersion()
      • setJavaSourceVersion

        public void setJavaSourceVersion​(org.eclipse.xtext.util.JavaVersion javaSourceVersion)