org.apache.chemistry.opencmis.server.support.query
Class FunctionReference

java.lang.Object
  extended by org.apache.chemistry.opencmis.server.support.query.CmisSelector
      extended by org.apache.chemistry.opencmis.server.support.query.FunctionReference

public class FunctionReference
extends CmisSelector


Nested Class Summary
static class FunctionReference.CmisQlFunction
           
 
Constructor Summary
FunctionReference(FunctionReference.CmisQlFunction func)
           
 
Method Summary
 FunctionReference.CmisQlFunction getFunction()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class org.apache.chemistry.opencmis.server.support.query.CmisSelector
getAliasName, setAliasName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionReference

public FunctionReference(FunctionReference.CmisQlFunction func)
Method Detail

getFunction

public FunctionReference.CmisQlFunction getFunction()

toString

public String toString()
Overrides:
toString in class Object

getName

public String getName()
Specified by:
getName in class CmisSelector


Copyright © 2009-2010 The Apache Software Foundation. All Rights Reserved.