Interface DmnElement
- 
- All Superinterfaces:
- DmnModelElementInstance,- ModelElementInstance
 - All Known Subinterfaces:
- AllowedValues,- Artifact,- Association,- BusinessContextElement,- BusinessKnowledgeModel,- Column,- Context,- Decision,- DecisionRule,- DecisionService,- DecisionTable,- DefaultOutputEntry,- Definitions,- DrgElement,- ElementCollection,- EncapsulatedLogic,- Expression,- FormalParameter,- FunctionDefinition,- InformationItem,- Input,- InputClause,- InputData,- InputEntry,- InputExpression,- InputValues,- Invocation,- ItemComponent,- ItemDefinition,- KnowledgeSource,- List,- LiteralExpression,- NamedElement,- OrganizationUnit,- Output,- OutputClause,- OutputEntry,- OutputValues,- Parameter,- PerformanceIndicator,- Relation,- Row,- Rule,- TextAnnotation,- UnaryTests,- Variable
 - All Known Implementing Classes:
- AllowedValuesImpl,- ArtifactImpl,- AssociationImpl,- BusinessContextElementImpl,- BusinessKnowledgeModelImpl,- ColumnImpl,- ContextImpl,- DecisionImpl,- DecisionRuleImpl,- DecisionServiceImpl,- DecisionTableImpl,- DefaultOutputEntryImpl,- DefinitionsImpl,- DmnElementImpl,- DrgElementImpl,- ElementCollectionImpl,- EncapsulatedLogicImpl,- ExpressionImpl,- FormalParameterImpl,- FunctionDefinitionImpl,- InformationItemImpl,- InputClauseImpl,- InputDataImpl,- InputEntryImpl,- InputExpressionImpl,- InputImpl,- InputValuesImpl,- InvocationImpl,- ItemComponentImpl,- ItemDefinitionImpl,- KnowledgeSourceImpl,- ListImpl,- LiteralExpressionImpl,- NamedElementImpl,- OrganizationUnitImpl,- OutputClauseImpl,- OutputEntryImpl,- OutputImpl,- OutputValuesImpl,- ParameterImpl,- PerformanceIndicatorImpl,- RelationImpl,- RowImpl,- RuleImpl,- TextAnnotationImpl,- UnaryTestsImpl,- VariableImpl
 
 public interface DmnElement extends DmnModelElementInstance 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description DescriptiongetDescription()ExtensionElementsgetExtensionElements()java.lang.StringgetId()java.lang.StringgetLabel()voidsetDescription(Description description)voidsetExtensionElements(ExtensionElements extensionElements)voidsetId(java.lang.String id)voidsetLabel(java.lang.String label)- 
Methods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstanceaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 
- 
 
- 
- 
- 
Method Detail- 
getIdjava.lang.String getId() 
 - 
setIdvoid setId(java.lang.String id) 
 - 
getLabeljava.lang.String getLabel() 
 - 
setLabelvoid setLabel(java.lang.String label) 
 - 
getDescriptionDescription getDescription() 
 - 
setDescriptionvoid setDescription(Description description) 
 - 
getExtensionElementsExtensionElements getExtensionElements() 
 - 
setExtensionElementsvoid setExtensionElements(ExtensionElements extensionElements) 
 
- 
 
-