Interface DmnElement
- All Superinterfaces:
DmnModelElementInstance,org.camunda.bpm.model.xml.instance.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
-
Method Summary
Modifier and TypeMethodDescriptiongetId()getLabel()voidsetDescription(Description description) voidsetExtensionElements(ExtensionElements extensionElements) voidvoidMethods inherited from interface org.camunda.bpm.model.xml.instance.ModelElementInstance
addChildElement, 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 Details
-
getId
String getId() -
setId
-
getLabel
String getLabel() -
setLabel
-
getDescription
Description getDescription() -
setDescription
-
getExtensionElements
ExtensionElements getExtensionElements() -
setExtensionElements
-