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
ConstructorsConstructorDescriptionJavaEEIIOPComponentClassInterface(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:
interfacesin interfaceIJCompilationUnit- Overrides:
interfacesin classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit- Overrides:
methodsin classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
filePath
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit- Overrides:
filePathin classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
projectName
- Specified by:
projectNamein interfaceICompilationUnit- Overrides:
projectNamein classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
jeeInterfaceAnnotation
- Specified by:
jeeInterfaceAnnotationin interfaceIJeeInterface- Overrides:
jeeInterfaceAnnotationin classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-