Interface HasName
-
- All Known Subinterfaces:
IsInformationItem
- All Known Implementing Classes:
BusinessContextElement,BusinessKnowledgeModel,Decision,DecisionService,Definitions,DRGElement,ElementCollection,Import,ImportDMN,ImportedValues,ImportPMML,InformationItem,InformationItemPrimary,InputData,ItemDefinition,KnowledgeSource,NamedElement,OrganizationalUnit,PerformanceIndicator,RuleAnnotationClause
public interface HasName extends HasValue<Name>
Implementations have aNameproperty.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description NamegetName()Returns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.default NamegetValue()Returns theNamevoidsetName(Name name)Sets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.default voidsetValue(Name name)Sets theName
-
-
-
Field Detail
-
NOP
static final HasName NOP
-
-
Method Detail
-
getName
Name getName()
Returns theNameConvenience method replicatingHasValue.getValue()to honour DMN model semantics.- Returns:
-
setName
void setName(Name name)
Sets theNameConvenience method replicatingHasValue.setValue(Object)to honour DMN model semantics.- Parameters:
name-
-
-