Package org.kie.dmn.model.v1_3
Class TRuleAnnotation
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TRuleAnnotation
-
- All Implemented Interfaces:
DMNModelInstrumentedBase,RuleAnnotation
public class TRuleAnnotation extends KieDMNModelInstrumentedBase implements RuleAnnotation
-
-
Constructor Summary
Constructors Constructor Description TRuleAnnotation()
-
Method Summary
All Methods Instance Methods Concrete 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 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
-
-
-
-
Field Detail
-
text
protected String text
-
-
Method Detail
-
getText
public String getText()
Description copied from interface:RuleAnnotationGets the value of the text property.- Specified by:
getTextin interfaceRuleAnnotation- Returns:
- possible object is
String
-
setText
public void setText(String value)
Description copied from interface:RuleAnnotationSets the value of the text property.- Specified by:
setTextin interfaceRuleAnnotation- Parameters:
value- allowed object isString
-
-