Package org.kie.dmn.model.api
Interface RuleAnnotation
-
- All Superinterfaces:
DMNModelInstrumentedBase
- All Known Implementing Classes:
TRuleAnnotation,TRuleAnnotation,TRuleAnnotation
public interface RuleAnnotation extends DMNModelInstrumentedBase
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetText()Gets the value of the text property.voidsetText(String value)Sets the value of the text property.-
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
-
-