Interface IJeeDescriptor
-
- All Superinterfaces:
ICompilationUnit
- All Known Subinterfaces:
IJeeEjbDescriptor
,IJeeGlassfishEjbDescriptor
- All Known Implementing Classes:
JavaEEIIOPDescriptor
,JavaEEIIOPEjbDescriptor
,JavaEEIIOPGlassfishEjbDescriptor
,JeeEjbDescriptor
,JeeGlassfishEjbDescriptor
public interface IJeeDescriptor extends ICompilationUnit
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
displayName()
String
ejbName()
Collection<String>
ejbRefName()
-
Methods inherited from interface org.palladiosimulator.protocom.lang.ICompilationUnit
filePath, projectName
-
-
-
-
Method Detail
-
ejbName
String ejbName()
-
ejbRefName
Collection<String> ejbRefName()
-
displayName
String displayName()
-
-