Class JavaEEIIOPClass<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.iiop.JavaEEIIOPClass<E>
-
- All Implemented Interfaces:
ICompilationUnit
,IJClass
,IJCompilationUnit
,IJeeClass
- Direct Known Subclasses:
JavaEEIIOPBasicComponentClass
,JavaEEIIOPBasicComponentPortClass
public class JavaEEIIOPClass<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJeeClass
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description JavaEEIIOPClass(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<? extends IJAnnotation>
annotations()
String
compilationUnitName()
Name of the compilation unit.Collection<? extends IJMethod>
constructors()
Constructors of this class.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 IJField>
jeeClassDependencyInjection()
String
jeeClassDependencyInjectionAnnotation()
String
jeeClassStatelessAnnotation()
Collection<? extends IJMethod>
methods()
Methods (or signatures) defined by this compilation unit.String
packageName()
Package name of this compilation unit.String
projectName()
String
superClass()
Inherited class name.
-
-
-
Constructor Detail
-
JavaEEIIOPClass
public JavaEEIIOPClass(E pcmEntity)
-
-
Method Detail
-
superClass
public String superClass()
Description copied from interface:IJClass
Inherited class name.- Specified by:
superClass
in interfaceIJClass
-
constructors
public Collection<? extends IJMethod> constructors()
Description copied from interface:IJClass
Constructors of this class. FIXME: JMethod is ok'ish, but not entirely correct.- Specified by:
constructors
in interfaceIJClass
-
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
-
jeeClassStatelessAnnotation
public String jeeClassStatelessAnnotation()
- Specified by:
jeeClassStatelessAnnotation
in interfaceIJeeClass
-
jeeClassDependencyInjectionAnnotation
public String jeeClassDependencyInjectionAnnotation()
- Specified by:
jeeClassDependencyInjectionAnnotation
in interfaceIJeeClass
-
jeeClassDependencyInjection
public Collection<? extends IJField> jeeClassDependencyInjection()
- Specified by:
jeeClassDependencyInjection
in interfaceIJeeClass
-
projectName
public String projectName()
- Specified by:
projectName
in interfaceICompilationUnit
-
annotations
public Collection<? extends IJAnnotation> annotations()
- Specified by:
annotations
in interfaceIJClass
-
-