Projection (Google App Engine API for Java)

com.google.appengine.api.datastore

Class Projection

  • java.lang.Object
    • com.google.appengine.api.datastore.Projection
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      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.