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