value method

String value()

Implementation

String value(){
  if(this == NUIQueryOrder.ASC){
    return "ASC";
  }
  else{
    return "DESC";
  }
}