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 String
bundleActivator()
String
bundleClassPath()
String
bundleManifestVersion()
String
bundleName()
String
bundleSymbolicName()
String
bundleVersion()
String
eclipseLazyStart()
String
filePath()
Path and name of the generated file.String
manifestVersion()
String
projectName()
String
requireBundle()
-
-
-
Constructor Detail
-
PojoMFFile
public PojoMFFile(E pcmEntity)
-
-
Method Detail
-
bundleManifestVersion
public String bundleManifestVersion()
- Specified by:
bundleManifestVersion
in interfaceIJseManifest
-
bundleName
public String bundleName()
- Specified by:
bundleName
in interfaceIJseManifest
-
bundleSymbolicName
public String bundleSymbolicName()
- Specified by:
bundleSymbolicName
in interfaceIJseManifest
-
bundleVersion
public String bundleVersion()
- Specified by:
bundleVersion
in interfaceIJseManifest
-
bundleActivator
public String bundleActivator()
- Specified by:
bundleActivator
in interfaceIJseManifest
-
requireBundle
public String requireBundle()
- Specified by:
requireBundle
in interfaceIJseManifest
-
eclipseLazyStart
public String eclipseLazyStart()
- Specified by:
eclipseLazyStart
in interfaceIJseManifest
-
bundleClassPath
public String bundleClassPath()
- Specified by:
bundleClassPath
in interfaceIJseManifest
-
manifestVersion
public String manifestVersion()
- Specified by:
manifestVersion
in interfaceIManifest
-
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
-
-