Class JavaEEIIOPPreferencesFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPPreferencesFile<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IJeePreferences
- Direct Known Subclasses:
JavaEEIIOPPreferences
public class JavaEEIIOPPreferencesFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJeePreferences
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPPreferencesFile(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
codegenInlineJsrBytecode()
String
codegenTargetPlatform()
String
compliance()
String
eclipsePreferencesVersion()
String
filePath()
Path and name of the generated file.String
problemAssertIdentifier()
String
problemEnumIdentifier()
String
projectName()
String
source()
-
-
-
Constructor Detail
-
JavaEEIIOPPreferencesFile
public JavaEEIIOPPreferencesFile(E pcmEntity)
-
-
Method Detail
-
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
-
filePath
public String filePath()
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
-
-