Class JavaEEIIOPEclipseComponentFile
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.tech.iiop.repository.JavaEEIIOPEclipseComponentFile
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeComponentFile
- Direct Known Subclasses:
JavaEEIIOPEclipseClientComponentFile
public class JavaEEIIOPEclipseComponentFile extends JavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPEclipseComponentFile(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
filePath()
Path and name of the generated file.String
projectName()
String
property()
String
wbModuleDeployName()
String
wbResource()
-
-
-
Method Detail
-
wbModuleDeployName
public String wbModuleDeployName()
- Specified by:
wbModuleDeployName
in interfaceIJeeComponentFile
- Overrides:
wbModuleDeployName
in classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
wbResource
public String wbResource()
- Specified by:
wbResource
in interfaceIJeeComponentFile
- Overrides:
wbResource
in classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
property
public String property()
- Specified by:
property
in interfaceIJeeComponentFile
- Overrides:
property
in classJavaEEIIOPComponentFile<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 classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-