Groovy Documentation

org.linkedin.glu.orchestration.engine.delta
[Java] Interface SystemEntryValue


public interface SystemEntryValue

Authors:
yan@pongasoft.com


Method Summary
java.lang.Object getCurrentValue()

java.lang.Object getExpectedValue()

boolean hasDelta()

@return true if getExpectedValue() and getCurrentValue() are different

 

Method Detail

getCurrentValue

public java.lang.Object getCurrentValue()


getExpectedValue

public java.lang.Object getExpectedValue()


hasDelta

public boolean hasDelta()
Returns:
true if getExpectedValue() and getCurrentValue() are different


 

Groovy Documentation