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