org.camunda.bpm.model.dmn.instance
Interface DmnElement

All Superinterfaces:
DmnModelElementInstance, org.camunda.bpm.model.xml.instance.ModelElementInstance
All Known Subinterfaces:
AllowedValue, BusinessContextElement, BusinessKnowledgeModel, Clause, Context, Decision, DecisionRule, DecisionTable, Definitions, DrgElement, ElementCollection, Expression, FunctionDefinition, InformationItem, InputData, InputEntry, InputExpression, Invocation, ItemDefinition, KnowledgeSource, List, LiteralExpression, NamedDmnElement, OrganizationUnit, OutputEntry, PerformanceIndicator, Relation, Rule
All Known Implementing Classes:
AllowedValueImpl, BusinessContextElementImpl, BusinessKnowledgeModelImpl, ClauseImpl, ContextImpl, DecisionImpl, DecisionRuleImpl, DecisionTableImpl, DefinitionsImpl, DmnElementImpl, DrgElementImpl, ElementCollectionImpl, ExpressionImpl, FunctionDefinitionImpl, InformationItemImpl, InputDataImpl, InputEntryImpl, InputExpressionImpl, InvocationImpl, ItemDefinitionImpl, KnowledgeSourceImpl, ListImpl, LiteralExpressionImpl, NamedDmnElementImpl, OrganizationUnitImpl, OutputEntryImpl, PerformanceIndicatorImpl, RelationImpl, RuleImpl

public interface DmnElement
extends DmnModelElementInstance


Method Summary
 String getDescription()
           
 String getId()
           
 String getName()
           
 void setDescription(String description)
           
 void setId(String id)
           
 void setName(String name)
           
 
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, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
 

Method Detail

getId

String getId()

setId

void setId(String id)

getName

String getName()

setName

void setName(String name)

getDescription

String getDescription()

setDescription

void setDescription(String description)


Copyright © 2015 camunda services GmbH. All rights reserved.