org.plasma.text.lang3gl
Interface InterfaceFactory
- All Superinterfaces:
- Lang3GLContentFactory
- All Known Implementing Classes:
- JDOInterfaceFactory, SDOInterfaceFactory
public interface InterfaceFactory
- extends Lang3GLContentFactory
|
Method Summary |
java.lang.String |
createContent(Package pkg,
Class type)
Returns an 3Gl language specific content for the given Package and Type |
java.lang.String |
createFileName(Class clss)
Returns an 3Gl language specific file name for the given Class based on
configuration settings. |
createFileName
java.lang.String createFileName(Class clss)
- Returns an 3Gl language specific file name for the given Class based on
configuration settings.
- Parameters:
clss - the class
- Returns:
- an 3Gl language specific file name for the given Class based on
configuration settings
- See Also:
Class
createContent
java.lang.String createContent(Package pkg,
Class type)
- Returns an 3Gl language specific content for the given Package and Type
- Parameters:
pkg - the Packagetype - the Type
- Returns:
- the content
Copyright © 2013. All Rights Reserved.