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 StringfilePath()Path and name of the generated file.StringprojectName()Stringproperty()StringwbModuleDeployName()StringwbResource()
-
-
-
Method Detail
-
wbModuleDeployName
public String wbModuleDeployName()
- Specified by:
wbModuleDeployNamein interfaceIJeeComponentFile- Overrides:
wbModuleDeployNamein classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
wbResource
public String wbResource()
- Specified by:
wbResourcein interfaceIJeeComponentFile- Overrides:
wbResourcein classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
property
public String property()
- Specified by:
propertyin interfaceIJeeComponentFile- Overrides:
propertyin classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit- Overrides:
projectNamein classJavaEEIIOPComponentFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-