Uses of Class
org.jclouds.blobstore.attr.Charge
-
Packages that use Charge Package Description org.jclouds.blobstore.attr -
-
Uses of Charge in org.jclouds.blobstore.attr
Methods in org.jclouds.blobstore.attr that return Charge Modifier and Type Method Description Charge
value()
static Charge
Charge. valueOf(String name)
Returns the enum constant of this type with the specified name.static Charge[]
Charge. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-