@Portable public class RuleAnnotationClause extends DMNElement implements HasName
DMNElement.ExtensionElements
DMNModelInstrumentedBase.BaseNodeBuilder<T extends DMNModelInstrumentedBase>, DMNModelInstrumentedBase.Namespace
description, id
Constructor and Description |
---|
RuleAnnotationClause() |
Modifier and Type | Method and Description |
---|---|
RuleAnnotationClause |
copy() |
boolean |
equals(Object o) |
Name |
getName()
Returns the
Name
Convenience method replicating HasValue.getValue() to honour DMN model semantics. |
int |
hashCode() |
void |
setName(Name name)
Sets the
Name
Convenience method replicating HasValue.setValue(Object) to honour DMN model semantics. |
getDescription, getExtensionElements, getId, setDescription, setExtensionElements, setId
getAdditionalAttributes, getDefaultNamespace, getNsContext, getParent, getPrefixForNamespaceURI, setAdditionalAttributes, setParent
public RuleAnnotationClause copy()
public Name getName()
HasName
Name
Convenience method replicating HasValue.getValue()
to honour DMN model semantics.public void setName(Name name)
HasName
Name
Convenience method replicating HasValue.setValue(Object)
to honour DMN model semantics.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.