Package org.kie.dmn.model.api
Interface NamedElement
-
- All Superinterfaces:
DMNElement,DMNModelInstrumentedBase
- All Known Subinterfaces:
BusinessContextElement,BusinessKnowledgeModel,Decision,DecisionService,Definitions,DRGElement,ElementCollection,Import,ImportedValues,InformationItem,InputData,Invocable,ItemDefinition,KnowledgeSource,OrganizationUnit,PerformanceIndicator
- All Known Implementing Classes:
TBusinessContextElement,TBusinessContextElement,TBusinessContextElement,TBusinessContextElement,TBusinessKnowledgeModel,TBusinessKnowledgeModel,TBusinessKnowledgeModel,TBusinessKnowledgeModel,TDecision,TDecision,TDecision,TDecision,TDecisionService,TDecisionService,TDecisionService,TDecisionService,TDefinitions,TDefinitions,TDefinitions,TDefinitions,TDRGElement,TDRGElement,TDRGElement,TDRGElement,TElementCollection,TElementCollection,TElementCollection,TElementCollection,TImport,TImport,TImport,TImport,TImportedValues,TImportedValues,TImportedValues,TImportedValues,TInformationItem,TInformationItem,TInformationItem,TInformationItem,TInputData,TInputData,TInputData,TInputData,TInvocable,TInvocable,TInvocable,TItemDefinition,TItemDefinition,TItemDefinition,TItemDefinition,TKnowledgeSource,TKnowledgeSource,TKnowledgeSource,TKnowledgeSource,TNamedElement,TNamedElement,TNamedElement,TNamedElement,TOrganizationUnit,TOrganizationUnit,TOrganizationUnit,TOrganizationUnit,TPerformanceIndicator,TPerformanceIndicator,TPerformanceIndicator,TPerformanceIndicator
public interface NamedElement extends DMNElement
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.kie.dmn.model.api.DMNElement
DMNElement.ExtensionElements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetName()voidsetName(String value)-
Methods inherited from interface org.kie.dmn.model.api.DMNElement
getDescription, getExtensionElements, getId, getLabel, setDescription, setExtensionElements, setId, setLabel
-
Methods inherited from interface org.kie.dmn.model.api.DMNModelInstrumentedBase
addChildren, findAllChildren, getAdditionalAttributes, getChildren, getIdentifierString, getLocation, getNamespaceURI, getNsContext, getParent, getParentDRDElement, getPrefixForNamespaceURI, getURIFEEL, recurseNsKeys, setAdditionalAttributes, setLocation, setParent
-
-