@Portable public class InputData extends DRGElement implements DMNViewDefinition
| Modifier and Type | Class and Description |
|---|---|
static class |
InputData.InputDataBuilder |
DMNElement.ExtensionElementsDMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>| Modifier and Type | Field and Description |
|---|---|
protected BackgroundSet |
backgroundSet |
protected RectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
static String |
stunnerCategory |
static String |
stunnerDescription |
static String |
stunnerTitle |
protected InformationItem |
variable |
namedescription, id| Constructor and Description |
|---|
InputData() |
InputData(Id id,
Description description,
Name name,
InformationItem variable,
BackgroundSet backgroundSet,
FontSet fontSet,
RectangleDimensionsSet dimensionsSet) |
| Modifier and Type | Method and Description |
|---|---|
BackgroundSet |
getBackgroundSet() |
RectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
String |
getStunnerDescription() |
Set<String> |
getStunnerLabels() |
String |
getStunnerTitle() |
InformationItem |
getVariable() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(RectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setVariable(InformationItem variable) |
getName, setNamegetDescription, getExtensionElements, getId, getOtherAttributes, setDescription, setExtensionElements, setIdgetNsContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNsContextpublic static final transient String stunnerCategory
public static final transient String stunnerTitle
public static final transient String stunnerDescription
protected InformationItem variable
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected RectangleDimensionsSet dimensionsSet
public InputData()
public InputData(Id id, Description description, Name name, InformationItem variable, BackgroundSet backgroundSet, FontSet fontSet, RectangleDimensionsSet dimensionsSet)
public String getStunnerCategory()
public String getStunnerTitle()
public String getStunnerDescription()
public BackgroundSet getBackgroundSet()
getBackgroundSet in interface DMNViewDefinitionpublic void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet in interface DMNViewDefinitionpublic void setFontSet(FontSet fontSet)
public RectangleDimensionsSet getDimensionsSet()
getDimensionsSet in interface DMNViewDefinitionpublic void setDimensionsSet(RectangleDimensionsSet dimensionsSet)
public InformationItem getVariable()
public void setVariable(InformationItem variable)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.