com.wewebu.ow.csqlc.ast
Class OwPredicateFormat

java.lang.Object
  extended by com.wewebu.ow.csqlc.ast.OwPredicateFormat

public class OwPredicateFormat
extends Object

SQL standard form predicate (prefix leftOPerand operator rightOperand suffix) node configuration. Defines configuration elements for the normal and negated predicate.

Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.

For licensing information read the license.txt file or
go to: http://wiki.alfresco.com

Since:
3.2.0.0

Constructor Summary
OwPredicateFormat(String prefix_p, String negatedPrefix_p, String operator_p, String negatedOperator_p, String suffix_p, String negatedSuffix_p)
           
 
Method Summary
 String operator(boolean negated_p)
           
 String prefix(boolean negated_p)
           
 String suffix(boolean negated_p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwPredicateFormat

public OwPredicateFormat(String prefix_p,
                         String negatedPrefix_p,
                         String operator_p,
                         String negatedOperator_p,
                         String suffix_p,
                         String negatedSuffix_p)
Method Detail

prefix

public String prefix(boolean negated_p)

operator

public String operator(boolean negated_p)

suffix

public String suffix(boolean negated_p)


Copyright © 2013 Alfresco Business Solutions. All Rights Reserved.