org.plasma.text.lang3gl
Interface EnumerationFactory

All Superinterfaces:
Lang3GLContentFactory
All Known Implementing Classes:
SDOEnumerationFactory

public interface EnumerationFactory
extends Lang3GLContentFactory


Method Summary
 String createContent(Package pkg, Enumeration type)
          Returns an 3Gl language specific content for the given Package and Type
 String createFileName(Enumeration clss)
          Returns an 3Gl language specific file name for the given Enumeration based on configuration settings.
 
Methods inherited from interface org.plasma.text.lang3gl.Lang3GLContentFactory
createBaseDirectoryName, createDirectoryName, getContext, getTypeClass
 

Method Detail

createFileName

String createFileName(Enumeration clss)
Returns an 3Gl language specific file name for the given Enumeration based on configuration settings.

Parameters:
clss - the Enumeration
Returns:
an 3Gl language specific file name for the given Enumeration based on configuration settings
See Also:
Enumeration

createContent

String createContent(Package pkg,
                     Enumeration type)
Returns an 3Gl language specific content for the given Package and Type

Parameters:
pkg - the Package
type - the Type
Returns:
the content


Copyright © 2013. All rights reserved.