org.xwiki.query.xwql.internal
Class QueryContext.PropertyInfo

java.lang.Object
  extended by org.xwiki.query.xwql.internal.QueryContext.PropertyInfo
Enclosing class:
QueryContext

public class QueryContext.PropertyInfo
extends java.lang.Object


Field Summary
 java.lang.String alias
           
 java.util.List<PPath> locations
           
 java.lang.String name
           
 QueryContext.ObjectInfo object
           
 
Constructor Summary
QueryContext.PropertyInfo(java.lang.String name, QueryContext.ObjectInfo object)
           
 
Method Summary
 java.lang.String getType()
           
 java.lang.String getValueField()
           
 boolean isCustomMapped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

object

public QueryContext.ObjectInfo object

name

public java.lang.String name

alias

public java.lang.String alias

locations

public java.util.List<PPath> locations
Constructor Detail

QueryContext.PropertyInfo

public QueryContext.PropertyInfo(java.lang.String name,
                                 QueryContext.ObjectInfo object)
Method Detail

getType

public java.lang.String getType()
                         throws java.lang.Exception
Throws:
java.lang.Exception

isCustomMapped

public boolean isCustomMapped()
                       throws java.lang.Exception
Throws:
java.lang.Exception

getValueField

public java.lang.String getValueField()
                               throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2011 XWiki. All Rights Reserved.