Class PojoMFFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoMFFile<E>
-
- All Implemented Interfaces:
ICompilationUnit,IJseManifest,IManifest
- Direct Known Subclasses:
PojoManifest,PojoManifest
public class PojoMFFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJseManifest
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoMFFile(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbundleActivator()StringbundleClassPath()StringbundleManifestVersion()StringbundleName()StringbundleSymbolicName()StringbundleVersion()StringeclipseLazyStart()StringfilePath()Path and name of the generated file.StringmanifestVersion()StringprojectName()StringrequireBundle()
-
-
-
Constructor Detail
-
PojoMFFile
public PojoMFFile(E pcmEntity)
-
-
Method Detail
-
bundleManifestVersion
public String bundleManifestVersion()
- Specified by:
bundleManifestVersionin interfaceIJseManifest
-
bundleName
public String bundleName()
- Specified by:
bundleNamein interfaceIJseManifest
-
bundleSymbolicName
public String bundleSymbolicName()
- Specified by:
bundleSymbolicNamein interfaceIJseManifest
-
bundleVersion
public String bundleVersion()
- Specified by:
bundleVersionin interfaceIJseManifest
-
bundleActivator
public String bundleActivator()
- Specified by:
bundleActivatorin interfaceIJseManifest
-
requireBundle
public String requireBundle()
- Specified by:
requireBundlein interfaceIJseManifest
-
eclipseLazyStart
public String eclipseLazyStart()
- Specified by:
eclipseLazyStartin interfaceIJseManifest
-
bundleClassPath
public String bundleClassPath()
- Specified by:
bundleClassPathin interfaceIJseManifest
-
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
-
-