Class Projection
- java.lang.Object
-
- com.google.appengine.api.datastore.Projection
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PropertyProjection
public abstract class Projection extends Object implements Serializable
A query projection.- See Also:
Query.getProjections(), Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract StringgetName()Returns the name of the property this projection populates.
-
-
-
Method Detail
-
getName
public abstract String getName()
Returns the name of the property this projection populates.
-
-