Class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry

  • All Implemented Interfaces:
    java.util.Map.Entry<java.lang.String,​java.lang.Object>
    Enclosing class:
    DmnDecisionRuleResultImpl

    protected class DmnDecisionRuleResultImpl.DmnDecisionRuleOutputEntry
    extends java.lang.Object
    implements java.util.Map.Entry<java.lang.String,​java.lang.Object>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String key  
      protected TypedValue typedValue  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.Object getValue()  
      java.lang.Object setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Map.Entry

        equals, hashCode
    • Field Detail

      • key

        protected final java.lang.String key
      • typedValue

        protected final TypedValue typedValue
    • Constructor Detail

      • DmnDecisionRuleOutputEntry

        public DmnDecisionRuleOutputEntry​(java.lang.String key,
                                          TypedValue typedValue)
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Specified by:
        getKey in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • getValue

        public java.lang.Object getValue()
        Specified by:
        getValue in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>
      • setValue

        public java.lang.Object setValue​(java.lang.Object value)
        Specified by:
        setValue in interface java.util.Map.Entry<java.lang.String,​java.lang.Object>