Uses of Class
com.google.appengine.api.datastore.IMHandle.Scheme
-
Packages that use IMHandle.Scheme Package Description com.google.appengine.api.datastore -
-
Uses of IMHandle.Scheme in com.google.appengine.api.datastore
Methods in com.google.appengine.api.datastore that return IMHandle.Scheme Modifier and Type Method Description static IMHandle.SchemeIMHandle.Scheme. valueOf(String name)Returns the enum constant of this type with the specified name.static IMHandle.Scheme[]IMHandle.Scheme. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.appengine.api.datastore with parameters of type IMHandle.Scheme Constructor Description IMHandle(IMHandle.Scheme scheme, String address)
-