com.google.appengine.api.datastore
Class Projection

java.lang.Object
  extended by com.google.appengine.api.datastore.Projection
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
PropertyProjection

public abstract class Projection
extends java.lang.Object
implements java.io.Serializable

A query projection.

See Also:
Query.getProjections(), Serialized Form

Method Summary
abstract  java.lang.String getName()
          Returns the name of the property this projection populates.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getName

public abstract java.lang.String getName()
Returns the name of the property this projection populates.