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