public class UpdateLogChangeDisplay extends PropertyBusinessRule<UpdateLog>
Modifier and Type | Field and Description |
---|---|
static int |
CHANGEDISPLAY_SHOWINBOTTOMNOTES
show update log information in bottom notes
|
static int |
CHANGEDISPLAY_SHOWINTITLE
show update log information in title
|
Constructor and Description |
---|
UpdateLogChangeDisplay(int changedisplay)
creates an update log change display business rule
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getImportstatements() |
void |
writeInitialization(SourceGenerator sg) |
isUserimplemented
changeName, cleanName, equals, getName
public static final int CHANGEDISPLAY_SHOWINBOTTOMNOTES
public static final int CHANGEDISPLAY_SHOWINTITLE
public UpdateLogChangeDisplay(int changedisplay)
changedisplay
- the change display as defined in a static int in this
classpublic void writeInitialization(SourceGenerator sg) throws java.io.IOException
writeInitialization
in class PropertyBusinessRule<UpdateLog>
sg
- source generatorjava.io.IOException
- if anything bad happens while writing the filepublic java.lang.String[] getImportstatements()
getImportstatements
in class PropertyBusinessRule<UpdateLog>