Uses of Class
com.google.appengine.api.datastore.DatastoreAttributes.DatastoreType
-
Packages that use DatastoreAttributes.DatastoreType Package Description com.google.appengine.api.datastore -
-
Uses of DatastoreAttributes.DatastoreType in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return DatastoreAttributes.DatastoreType Modifier and Type Method Description DatastoreAttributes.DatastoreTypeDatastoreAttributes. getDatastoreType()Gets the datastore type.static DatastoreAttributes.DatastoreTypeDatastoreAttributes.DatastoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static DatastoreAttributes.DatastoreType[]DatastoreAttributes.DatastoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-