Search in sources :

Example 6 with Style

use of org.kie.dmn.model.api.dmndi.Style in project drools by kiegroup.

the class StyleConverter method writeChildren.

@Override
protected void writeChildren(HierarchicalStreamWriter writer, MarshallingContext context, Object parent) {
    super.writeChildren(writer, context, parent);
    Style style = (Style) parent;
    if (style.getExtension() != null) {
        writeChildrenNode(writer, context, style.getExtension(), EXTENSION);
    }
}
Also used : Style(org.kie.dmn.model.api.dmndi.Style)

Aggregations

Style (org.kie.dmn.model.api.dmndi.Style)6