Class JavaEEIIOPComponentFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPComponentFile<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeComponentFile
- Direct Known Subclasses:
JavaEEIIOPEclipseComponentFile
public class JavaEEIIOPComponentFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJeeComponentFile
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPComponentFile(E 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()
-
-
-
Constructor Detail
-
JavaEEIIOPComponentFile
public JavaEEIIOPComponentFile(E pcmEntity)
-
-
Method Detail
-
wbModuleDeployName
public String wbModuleDeployName()
- Specified by:
wbModuleDeployName
in interfaceIJeeComponentFile
-
wbResource
public String wbResource()
- Specified by:
wbResource
in interfaceIJeeComponentFile
-
property
public String property()
- Specified by:
property
in interfaceIJeeComponentFile
-
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
-
-