Class ServletComponentClassInterface
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.servlet.ServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
- org.palladiosimulator.protocom.tech.servlet.repository.ServletComponentClassInterface
-
- All Implemented Interfaces:
ICompilationUnit,IJCompilationUnit,IJInterface
public class ServletComponentClassInterface extends ServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.servlet.ServletInterface
frameworkBase, stackContext, stackFrame
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description ServletComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcompilationUnitName()Name of the compilation unit.StringfilePath()Path and name of the generated file.Collection<String>interfaces()Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>methods()Methods (or signatures) defined by this compilation unit.-
Methods inherited from class org.palladiosimulator.protocom.tech.servlet.ServletInterface
fields, packageName, projectName
-
-
-
-
Method Detail
-
compilationUnitName
public String compilationUnitName()
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit- Overrides:
compilationUnitNamein classServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit- Overrides:
interfacesin classServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
public Collection<? extends IJMethod> methods()
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit- Overrides:
methodsin classServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classServletInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
-