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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Description
getDescription()
ExtensionElements
getExtensionElements()
String
getId()
String
getLabel()
void
setDescription(Description description)
void
setExtensionElements(ExtensionElements extensionElements)
void
setId(String id)
void
setLabel(String label)
-
Methods 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 Detail
-
getId
String getId()
-
setId
void setId(String id)
-
getLabel
String getLabel()
-
setLabel
void setLabel(String label)
-
getDescription
Description getDescription()
-
setDescription
void setDescription(Description description)
-
getExtensionElements
ExtensionElements getExtensionElements()
-
setExtensionElements
void setExtensionElements(ExtensionElements extensionElements)
-
-