Package org.kie.dmn.model.v1_3.dmndi
Class Color
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.dmndi.Color
-
- All Implemented Interfaces:
Color,DMNModelInstrumentedBase
public class Color extends KieDMNModelInstrumentedBase implements Color
-
-
Constructor Summary
Constructors Constructor Description Color()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlue()Gets the value of the blue property.intgetGreen()Gets the value of the green property.intgetRed()Gets the value of the red property.voidsetBlue(int value)Sets the value of the blue property.voidsetGreen(int value)Sets the value of the green property.voidsetRed(int value)Sets the value of the red property.-
Methods inherited from class org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, setAdditionalAttributes, setLocation, setParent
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-
-
-
Method Detail
-
getRed
public int getRed()
Gets the value of the red property.
-
setRed
public void setRed(int value)
Sets the value of the red property.
-
getGreen
public int getGreen()
Gets the value of the green property.
-
setGreen
public void setGreen(int value)
Sets the value of the green property.
-
getBlue
public int getBlue()
Gets the value of the blue property.
-
-