Package org.kie.dmn.model.api.dmndi
Interface Color
-
- All Superinterfaces:
DMNModelInstrumentedBase
public interface Color extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetBlue()intgetGreen()intgetRed()voidsetBlue(int value)voidsetGreen(int value)voidsetRed(int value)-
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
-
-