Class JavaEEIIOPComponentClassInterface
java.lang.Object
org.palladiosimulator.protocom.tech.ConceptMapping<E>
org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
org.palladiosimulator.protocom.tech.iiop.repository.JavaEEIIOPComponentClassInterface
- All Implemented Interfaces:
ICompilationUnit
,IJCompilationUnit
,IJeeInterface
,IJInterface
public class JavaEEIIOPComponentClassInterface
extends JavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
Field Summary
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
Constructor Summary
ConstructorDescriptionJavaEEIIOPComponentClassInterface
(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity) -
Method Summary
Modifier and TypeMethodDescriptionfilePath()
Path and name of the generated file.override compilationUnitName() { JavaNames::interfaceName(pcmEntity) }Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.Methods inherited from class org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPInterface
compilationUnitName, fields, packageName
-
Constructor Details
-
JavaEEIIOPComponentClassInterface
public JavaEEIIOPComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
-
Method Details
-
interfaces
override compilationUnitName() { JavaNames::interfaceName(pcmEntity) }- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
Description copied from interface:IJCompilationUnit
Methods (or signatures) defined by this compilation unit.- Specified by:
methods
in interfaceIJCompilationUnit
- Overrides:
methods
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
filePath
Description copied from interface:ICompilationUnit
Path and name of the generated file.- Specified by:
filePath
in interfaceICompilationUnit
- Overrides:
filePath
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
jeeInterfaceAnnotation
- Specified by:
jeeInterfaceAnnotation
in interfaceIJeeInterface
- Overrides:
jeeInterfaceAnnotation
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-