Package org.kie.dmn.model.v1_3
Class TRuleAnnotationClause
- java.lang.Object
-
- org.kie.dmn.model.v1_3.KieDMNModelInstrumentedBase
-
- org.kie.dmn.model.v1_3.TRuleAnnotationClause
-
- All Implemented Interfaces:
DMNModelInstrumentedBase,RuleAnnotationClause
public class TRuleAnnotationClause extends KieDMNModelInstrumentedBase implements RuleAnnotationClause
-
-
Constructor Summary
Constructors Constructor Description TRuleAnnotationClause()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Gets the value of the name property.voidsetName(String value)Sets the value of the name 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
-
name
protected String name
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:RuleAnnotationClauseGets the value of the name property.- Specified by:
getNamein interfaceRuleAnnotationClause- Returns:
- possible object is
String
-
setName
public void setName(String value)
Description copied from interface:RuleAnnotationClauseSets the value of the name property.- Specified by:
setNamein interfaceRuleAnnotationClause- Parameters:
value- allowed object isString
-
-