public class DataObjectDefinitionShowAction
extends java.lang.Object
Constructor and Description |
---|
DataObjectDefinitionShowAction() |
Modifier and Type | Method and Description |
---|---|
static void |
generateShowActionToFile(DataObjectDefinition dataobject,
SourceGenerator sg,
Module module)
generates the show action code to the given file
|
public static void generateShowActionToFile(DataObjectDefinition dataobject, SourceGenerator sg, Module module) throws java.io.IOException
dataobject
- data objectsg
- source generatormodule
- parent modulejava.io.IOException
- if anyting bad happens while writing the source code