value method
Implementation
String value(){
switch(this){
case NUIDBQueryOperator.AND : return "AND";
case NUIDBQueryOperator.OR : return "OR";
}
throw Exception("NUIDatabase -> Invalid query operator");
}
String value(){
switch(this){
case NUIDBQueryOperator.AND : return "AND";
case NUIDBQueryOperator.OR : return "OR";
}
throw Exception("NUIDatabase -> Invalid query operator");
}