Interface IJeePreferences
-
- All Superinterfaces:
ICompilationUnit
- All Known Implementing Classes:
JavaEEIIOPClientPreferences
,JavaEEIIOPPreferences
,JavaEEIIOPPreferencesFile
,JeePreferences
public interface IJeePreferences extends ICompilationUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
codegenInlineJsrBytecode()
String
codegenTargetPlatform()
String
compliance()
String
eclipsePreferencesVersion()
String
problemAssertIdentifier()
String
problemEnumIdentifier()
String
source()
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
eclipsePreferencesVersion
String eclipsePreferencesVersion()
-
codegenInlineJsrBytecode
String codegenInlineJsrBytecode()
-
codegenTargetPlatform
String codegenTargetPlatform()
-
compliance
String compliance()
-
problemAssertIdentifier
String problemAssertIdentifier()
-
problemEnumIdentifier
String problemEnumIdentifier()
-
source
String source()
-
-