Class JavaEEIIOPManifest
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.tech.iiop.repository.JavaEEIIOPManifest
-
- All Implemented Interfaces:
ICompilationUnit
,IJeeManifest
,IManifest
- Direct Known Subclasses:
JavaEEIIOPClientManifest
public class JavaEEIIOPManifest extends JavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPManifest(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
classPath()
String
filePath()
Path and name of the generated file.String
manifestVersion()
String
projectName()
-
-
-
Method Detail
-
classPath
public String classPath()
- Specified by:
classPath
in interfaceIJeeManifest
- Overrides:
classPath
in classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersion
in interfaceIManifest
- Overrides:
manifestVersion
in classJavaEEIIOPMFFile<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 classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-