Uses of Class
it.tidalwave.image.op.ReadOp.Type
-
Packages that use ReadOp.Type Package Description it.tidalwave.image.op -
-
Uses of ReadOp.Type in it.tidalwave.image.op
Methods in it.tidalwave.image.op that return ReadOp.Type Modifier and Type Method Description static ReadOp.Type
ReadOp.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ReadOp.Type[]
ReadOp.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-