Class PojoPluginXml
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
- org.palladiosimulator.protocom.tech.rmi.system.PojoPluginXml
-
- All Implemented Interfaces:
ICompilationUnit,IPluginXml
public class PojoPluginXml extends PojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoPluginXml(org.palladiosimulator.pcm.system.System pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringactionDelegateClass()StringactionDelegateId()StringextensionPoint()StringfilePath()Path and name of the generated file.-
Methods inherited from class org.palladiosimulator.protocom.tech.rmi.PojoPluginXmlFile
projectName
-
-
-
-
Method Detail
-
extensionPoint
public String extensionPoint()
- Specified by:
extensionPointin interfaceIPluginXml- Overrides:
extensionPointin classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
actionDelegateClass
public String actionDelegateClass()
- Specified by:
actionDelegateClassin interfaceIPluginXml- Overrides:
actionDelegateClassin classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
actionDelegateId
public String actionDelegateId()
- Specified by:
actionDelegateIdin interfaceIPluginXml- Overrides:
actionDelegateIdin classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classPojoPluginXmlFile<org.palladiosimulator.pcm.system.System>
-
-