Interface PrototypeData
- All Known Implementing Classes:
Structures.PrototypeDataHandler
public interface PrototypeData
-
Method Summary
Modifier and Type Method Description StringgetBaseClassName()StringgetBaseModifierClass()StringgetBasePath()StringgetClassName()StringgetClassPackage()List<PrototypeEnricher>getEnrichers()StringgetImplementationPath()List<PrototypeEnricher>getInheritedEnrichers()StringgetInterfaceName()StringgetInterfacePackage()StringgetInterfacePath()StringgetLongModifierName()StringgetMixInClass()StringgetModifierName()StringgetModifierPackage()StringgetName()StringgetPrototypeName()booleanisBase()booleanisClassGetters()booleanisClassSetters()booleanisGenerateConstructor()booleanisGenerateImplementation()booleanisGenerateInterface()booleanisInterfaceSetters()voidsetClassGetters(boolean value)voidsetClassSetters(boolean value)voidsetGenerateConstructor(boolean value)voidsetGenerateImplementation(boolean value)voidsetGenerateInterface(boolean value)voidsetInterfaceSetters(boolean value)
-
Method Details
-
getPrototypeName
String getPrototypeName() -
getName
String getName() -
getClassName
String getClassName() -
getClassPackage
String getClassPackage() -
isClassGetters
boolean isClassGetters() -
isClassSetters
boolean isClassSetters() -
getInterfaceName
String getInterfaceName() -
getInterfacePackage
String getInterfacePackage() -
isInterfaceSetters
boolean isInterfaceSetters() -
getModifierName
String getModifierName() -
getLongModifierName
String getLongModifierName() -
getModifierPackage
String getModifierPackage() -
getBaseClassName
String getBaseClassName() -
isGenerateConstructor
boolean isGenerateConstructor() -
isGenerateImplementation
boolean isGenerateImplementation() -
isGenerateInterface
boolean isGenerateInterface() -
isBase
boolean isBase() -
getBaseModifierClass
String getBaseModifierClass() -
getMixInClass
String getMixInClass() -
getBasePath
String getBasePath() -
getInterfacePath
String getInterfacePath() -
getImplementationPath
String getImplementationPath() -
getEnrichers
List<PrototypeEnricher> getEnrichers() -
getInheritedEnrichers
List<PrototypeEnricher> getInheritedEnrichers() -
setClassGetters
void setClassGetters(boolean value) -
setClassSetters
void setClassSetters(boolean value) -
setInterfaceSetters
void setInterfaceSetters(boolean value) -
setGenerateConstructor
void setGenerateConstructor(boolean value) -
setGenerateImplementation
void setGenerateImplementation(boolean value) -
setGenerateInterface
void setGenerateInterface(boolean value)
-