public class RollupLifecycleStateToParent extends PropertyBusinessRule<Lifecycle>
Constructor and Description |
---|
RollupLifecycleStateToParent(LinkedToParent<?> linkedtoparent)
create a roll-up lifecycle state to parent
|
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getImportstatements() |
void |
writeInitialization(SourceGenerator sg) |
isUserimplemented
changeName, cleanName, equals, getName
public RollupLifecycleStateToParent(LinkedToParent<?> linkedtoparent)
linkedtoparent
- the linked to parent relationship used for the business
rulepublic void writeInitialization(SourceGenerator sg) throws java.io.IOException
writeInitialization
in class PropertyBusinessRule<Lifecycle>
sg
- source generatorjava.io.IOException
- if anything bad happens while writing the filepublic java.lang.String[] getImportstatements()
getImportstatements
in class PropertyBusinessRule<Lifecycle>