org.camunda.bpm.dmn.feel.impl.juel
Class TransformExpressionCacheKey

java.lang.Object
  extended by org.camunda.bpm.dmn.feel.impl.juel.TransformExpressionCacheKey

public class TransformExpressionCacheKey
extends Object


Field Summary
protected  String expression
           
protected  String inputName
           
 
Constructor Summary
TransformExpressionCacheKey(String expression, String inputName)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

expression

protected final String expression

inputName

protected final String inputName
Constructor Detail

TransformExpressionCacheKey

public TransformExpressionCacheKey(String expression,
                                   String inputName)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2017 camunda services GmbH. All rights reserved.