/**
  * Returns the if condition.
  *
  * @return The if condition.
  */
 public String getIf() {
   return state.get(PropertyKeys._if);
 }