Class PojoPluginXmlFile<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoPluginXmlFile<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IPluginXml
- Direct Known Subclasses:
PojoPluginXml
,PojoPluginXml
public class PojoPluginXmlFile<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IPluginXml
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoPluginXmlFile(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
actionDelegateClass()
String
actionDelegateId()
String
extensionPoint()
String
filePath()
Path and name of the generated file.String
projectName()
-
-
-
Constructor Detail
-
PojoPluginXmlFile
public PojoPluginXmlFile(E pcmEntity)
-
-
Method Detail
-
extensionPoint
public String extensionPoint()
- Specified by:
extensionPoint
in interfaceIPluginXml
-
actionDelegateClass
public String actionDelegateClass()
- Specified by:
actionDelegateClass
in interfaceIPluginXml
-
actionDelegateId
public String actionDelegateId()
- Specified by:
actionDelegateId
in interfaceIPluginXml
-
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
-
-