Class JeePreferences
- java.lang.Object
-
- org.palladiosimulator.protocom.lang.GeneratedFile<IJeePreferences>
-
- org.palladiosimulator.protocom.lang.prefs.impl.JeePreferences
-
- All Implemented Interfaces:
ICompilationUnit
,IJeePreferences
public class JeePreferences extends GeneratedFile<IJeePreferences> implements IJeePreferences
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
fsa, injector, provider
-
-
Constructor Summary
Constructors Constructor Description JeePreferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
codegenInlineJsrBytecode()
String
codegenTargetPlatform()
String
compliance()
String
eclipsePreferencesVersion()
String
generate()
Generate the source code for this compilation unit.String
problemAssertIdentifier()
String
problemEnumIdentifier()
String
source()
-
Methods inherited from class org.palladiosimulator.protocom.lang.GeneratedFile
createFor, filePath, projectName, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
generate
public String generate()
Description copied from class:GeneratedFile
Generate the source code for this compilation unit.- Specified by:
generate
in classGeneratedFile<IJeePreferences>
-
eclipsePreferencesVersion
public String eclipsePreferencesVersion()
- Specified by:
eclipsePreferencesVersion
in interfaceIJeePreferences
-
codegenInlineJsrBytecode
public String codegenInlineJsrBytecode()
- Specified by:
codegenInlineJsrBytecode
in interfaceIJeePreferences
-
codegenTargetPlatform
public String codegenTargetPlatform()
- Specified by:
codegenTargetPlatform
in interfaceIJeePreferences
-
compliance
public String compliance()
- Specified by:
compliance
in interfaceIJeePreferences
-
problemAssertIdentifier
public String problemAssertIdentifier()
- Specified by:
problemAssertIdentifier
in interfaceIJeePreferences
-
problemEnumIdentifier
public String problemEnumIdentifier()
- Specified by:
problemEnumIdentifier
in interfaceIJeePreferences
-
source
public String source()
- Specified by:
source
in interfaceIJeePreferences
-
-