Interface HasValue<V>
-
- All Known Subinterfaces:
HasName,HasText,IsInformationItem
- All Known Implementing Classes:
BusinessContextElement,BusinessKnowledgeModel,Decision,DecisionService,Definitions,DRGElement,ElementCollection,Import,ImportDMN,ImportedValues,ImportPMML,InformationItem,InformationItemPrimary,InputClauseLiteralExpression,InputClauseUnaryTests,InputData,ItemDefinition,KnowledgeSource,LiteralExpression,LiteralExpressionPMMLDocument,LiteralExpressionPMMLDocumentModel,NamedElement,OrganizationalUnit,OutputClauseLiteralExpression,OutputClauseUnaryTests,PerformanceIndicator,RuleAnnotationClause,RuleAnnotationClauseText,TextAnnotation,UnaryTests
public interface HasValue<V>Implementations have a _value_ property with getter and setter.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VgetValue()Returns the value.voidsetValue(V value)Sets the value.
-