Class PojoInterface<E extends org.palladiosimulator.pcm.core.entity.Entity>
- java.lang.Object
-
- org.palladiosimulator.protocom.tech.ConceptMapping<E>
-
- org.palladiosimulator.protocom.tech.rmi.PojoInterface<E>
-
- All Implemented Interfaces:
ICompilationUnit,IJCompilationUnit,IJInterface
- Direct Known Subclasses:
PojoBasicComponentContextInterface,PojoComponentClassInterface,PojoComponentClassInterface,PojoComposedStructureContextInterface,PojoInfrastructureInterface,PojoInfrastructureInterface,PojoOperationInterface,PojoOperationInterface
public abstract class PojoInterface<E extends org.palladiosimulator.pcm.core.entity.Entity> extends ConceptMapping<E> implements IJInterface
Common super type for all provider creating Java interfaces. Defines default values for all templates.
-
-
Field Summary
-
Fields inherited from class org.palladiosimulator.protocom.tech.ConceptMapping
pcmEntity
-
-
Constructor Summary
Constructors Constructor Description PojoInterface(E pcmEntity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcompilationUnitName()Name of the compilation unit.Collection<? extends IJField>fields()Fields of this compilation unit.StringfilePath()Path and name of the generated file.Collection<String>interfaces()Collection of interface names which are either implemented or extended.Collection<? extends IJMethod>methods()Methods (or signatures) defined by this compilation unit.StringpackageName()Package name of this compilation unit.StringprojectName()
-
-
-
Constructor Detail
-
PojoInterface
public PojoInterface(E pcmEntity)
-
-
Method Detail
-
packageName
public String packageName()
Description copied from interface:IJCompilationUnitPackage name of this compilation unit.- Specified by:
packageNamein interfaceIJCompilationUnit
-
compilationUnitName
public String compilationUnitName()
Description copied from interface:IJCompilationUnitName of the compilation unit.- Specified by:
compilationUnitNamein interfaceIJCompilationUnit
-
filePath
public String filePath()
Description copied from interface:ICompilationUnitPath and name of the generated file.- Specified by:
filePathin interfaceICompilationUnit
-
interfaces
public Collection<String> interfaces()
Description copied from interface:IJCompilationUnitCollection of interface names which are either implemented or extended.- Specified by:
interfacesin interfaceIJCompilationUnit
-
methods
public Collection<? extends IJMethod> methods()
Description copied from interface:IJCompilationUnitMethods (or signatures) defined by this compilation unit.- Specified by:
methodsin interfaceIJCompilationUnit
-
fields
public Collection<? extends IJField> fields()
Description copied from interface:IJCompilationUnitFields of this compilation unit.- Specified by:
fieldsin interfaceIJCompilationUnit
-
projectName
public String projectName()
- Specified by:
projectNamein interfaceICompilationUnit
-
-