com.webmethods.caf.jcr.faces.util
Class QueryUtil.QuoteChar

java.lang.Object
  extended by java.lang.Enum
      extended by com.webmethods.caf.jcr.faces.util.QueryUtil.QuoteChar
All Implemented Interfaces:
Serializable, Comparable
Enclosing class:
QueryUtil

public static final class QueryUtil.QuoteChar
extends Enum

Enum to specify which quote style to use

See Also:
Serialized Form

Field Summary
static QueryUtil.QuoteChar DOUBLE
           
static QueryUtil.QuoteChar SINGLE
           
 
Method Summary
 char getCharacter()
           
static QueryUtil.QuoteChar valueOf(String name)
           
static QueryUtil.QuoteChar[] values()
           
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SINGLE

public static final QueryUtil.QuoteChar SINGLE

DOUBLE

public static final QueryUtil.QuoteChar DOUBLE
Method Detail

values

public static QueryUtil.QuoteChar[] values()

valueOf

public static QueryUtil.QuoteChar valueOf(String name)

getCharacter

public char getCharacter()