@Portable public class InputData extends DRGElement implements DMNViewDefinition<GeneralRectangleDimensionsSet>, HasVariable<InformationItemPrimary>
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
DynamicReadOnly.ReadOnly
Modifier and Type | Field and Description |
---|---|
protected BackgroundSet |
backgroundSet |
protected GeneralRectangleDimensionsSet |
dimensionsSet |
protected FontSet |
fontSet |
protected InformationItemPrimary |
variable |
allowOnlyVisualChange, linksHolder
name
description, id
Constructor and Description |
---|
InputData() |
InputData(Id id,
Description description,
Name name,
InformationItemPrimary variable,
BackgroundSet backgroundSet,
FontSet fontSet,
GeneralRectangleDimensionsSet dimensionsSet) |
Modifier and Type | Method and Description |
---|---|
DMNModelInstrumentedBase |
asDMNModelInstrumentedBase() |
boolean |
equals(Object o) |
BackgroundSet |
getBackgroundSet() |
GeneralRectangleDimensionsSet |
getDimensionsSet() |
FontSet |
getFontSet() |
String |
getStunnerCategory() |
Set<String> |
getStunnerLabels() |
InformationItemPrimary |
getVariable() |
int |
hashCode() |
void |
setBackgroundSet(BackgroundSet backgroundSet) |
void |
setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet) |
void |
setFontSet(FontSet fontSet) |
void |
setVariable(InformationItemPrimary variable) |
getLinksHolder, getReadOnly, isAllowOnlyVisualChange, isReadonlyField, setAllowOnlyVisualChange, setLinksHolder
getName, setName
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNsContext
protected InformationItemPrimary variable
protected BackgroundSet backgroundSet
protected FontSet fontSet
protected GeneralRectangleDimensionsSet dimensionsSet
public InputData()
public InputData(Id id, Description description, Name name, InformationItemPrimary variable, BackgroundSet backgroundSet, FontSet fontSet, GeneralRectangleDimensionsSet dimensionsSet)
public String getStunnerCategory()
public BackgroundSet getBackgroundSet()
getBackgroundSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setBackgroundSet(BackgroundSet backgroundSet)
public FontSet getFontSet()
getFontSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setFontSet(FontSet fontSet)
public GeneralRectangleDimensionsSet getDimensionsSet()
getDimensionsSet
in interface DMNViewDefinition<GeneralRectangleDimensionsSet>
public void setDimensionsSet(GeneralRectangleDimensionsSet dimensionsSet)
public InformationItemPrimary getVariable()
getVariable
in interface HasVariable<InformationItemPrimary>
public void setVariable(InformationItemPrimary variable)
setVariable
in interface HasVariable<InformationItemPrimary>
public DMNModelInstrumentedBase asDMNModelInstrumentedBase()
asDMNModelInstrumentedBase
in interface HasVariable<InformationItemPrimary>
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.