Class ServletInterface<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.servlet.ServletInterface<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJInterface
- Direct Known Subclasses:
ServletBasicComponentContextInterface
,ServletComponentClassInterface
,ServletInfrastructureInterface
,ServletOperationInterface
public class ServletInterface<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJInterface
-
-
Field Summary
Fields Modifier and Type Field Description protected String
frameworkBase
protected String
stackContext
protected String
stackFrame
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description ServletInterface(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
compilationUnitName()
Name of the compilation unit.Collection<? extends IJField>
fields()
Fields of this compilation unit.String
filePath()
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.String
packageName()
Package name of this compilation unit.String
projectName()
-
-
-
Field Detail
-
frameworkBase
protected final String frameworkBase
- See Also:
- Constant Field Values
-
stackContext
protected final String stackContext
- See Also:
- Constant Field Values
-
stackFrame
protected final String stackFrame
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ServletInterface
public ServletInterface(E pcmEntity)
-
-
Method Detail
-
packageName
public String packageName()
Description copied from interface:IJCompilationUnit
Package name of this compilation unit.- Specified by:
packageName
in interfaceIJCompilationUnit
-
compilationUnitName
public String compilationUnitName()
Description copied from interface:IJCompilationUnit
Name of the compilation unit.- Specified by:
compilationUnitName
in interfaceIJCompilationUnit
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnit
Collection of interface names which are either implemented or extended.- Specified by:
interfaces
in interfaceIJCompilationUnit
-
methods
public Collection<? extends IJMethod> methods()
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
-
fields
public Collection<? extends IJField> fields()
Description copied from interface:IJCompilationUnit
Fields of this compilation unit.- Specified by:
fields
in interfaceIJCompilationUnit
-
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
-
-