Class JavaEEIIOPMFFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPMFFile<E>
-
- All Implemented Interfaces:
ICompilationUnit,IJeeManifest,IManifest
- Direct Known Subclasses:
JavaEEIIOPManifest
public class JavaEEIIOPMFFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJeeManifest
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPMFFile(E 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()
-
-
-
Constructor Detail
-
JavaEEIIOPMFFile
public JavaEEIIOPMFFile(E pcmEntity)
-
-
Method Detail
-
classPath
public String classPath()
- Specified by:
classPathin interfaceIJeeManifest
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersionin interfaceIManifest
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit
-
-