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
Constructors Constructor Description JavaEEIIOPComponentClassInterface(org.palladiosimulator.pcm.repository.BasicComponent pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
filePath()
Path and name of the generated file.Collection<String>
interfaces()
override compilationUnitName() { JavaNames::interfaceName(pcmEntity) }String
jeeInterfaceAnnotation()
Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.String
projectName()
-
Methods inherited from class org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPInterface
compilationUnitName, fields, packageName
-
-
-
-
Method Detail
-
interfaces
public Collection<String> interfaces()
override compilationUnitName() { JavaNames::interfaceName(pcmEntity) }- Specified by:
interfaces
in interfaceIJCompilationUnit
- Overrides:
interfaces
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
methods
public Collection<? extends IJMethod> 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
public String 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
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
- Overrides:
projectName
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
jeeInterfaceAnnotation
public String jeeInterfaceAnnotation()
- Specified by:
jeeInterfaceAnnotation
in interfaceIJeeInterface
- Overrides:
jeeInterfaceAnnotation
in classJavaEEIIOPInterface<org.palladiosimulator.pcm.repository.BasicComponent>
-
-