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
FieldsModifier and TypeFieldDescriptionprotected final Stringprotected final Stringprotected final StringFields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionName of the compilation unit.Collection<? extends IJField>fields()Fields of this compilation unit.filePath()Path and name of the generated file.Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>methods()Methods (or signatures) defined by this compilation unit.Package name of this compilation unit.
-
Field Details
-
frameworkBase
- See Also:
-
stackContext
- See Also:
-
stackFrame
- See Also:
-
-
Constructor Details
-
ServletInterface
-
-
Method Details
-
packageName
Description copied from interface:IJCompilationUnitPackage name of this compilation unit.- Specified by:
packageNamein interfaceIJCompilationUnit
-
compilationUnitName
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit
-
interfaces
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit
-
methods
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit
-
fields
Description copied from interface:IJCompilationUnitFields of this compilation unit.- Specified by:
fieldsin interfaceIJCompilationUnit
-
filePath
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
projectName
- Specified by:
projectNamein interfaceICompilationUnit
-