public abstract class LocationHelperDefinition
extends java.lang.Object
Constructor and Description |
---|
LocationHelperDefinition(DataObjectDefinition parent)
create a location helper for the data object
|
Modifier and Type | Method and Description |
---|---|
abstract void |
generateLocationHelper(SourceGenerator sg,
Module module)
generates the java code to configure the location helper
|
DataObjectDefinition |
getParent() |
public LocationHelperDefinition(DataObjectDefinition parent)
parent
- data objectpublic DataObjectDefinition getParent()
public abstract void generateLocationHelper(SourceGenerator sg, Module module) throws java.io.IOException
sg
- source generatormodule
- parent modulejava.io.IOException
- if anything bad happens while writing the source code