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 StringclassPath()StringfilePath()Path and name of the generated file.StringmanifestVersion()StringprojectName()
-
-
-
Method Detail
-
classPath
public String classPath()
- Specified by:
classPathin interfaceIJeeManifest- Overrides:
classPathin classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersionin interfaceIManifest- Overrides:
manifestVersionin classJavaEEIIOPMFFile<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 classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit- Overrides:
projectNamein classJavaEEIIOPMFFile<org.palladiosimulator.pcm.repository.BasicComponent>
-
-