Uses of Class
org.teamapps.universaldb.index.IndexSubType
-
Packages that use IndexSubType Package Description org.teamapps.universaldb.index -
-
Uses of IndexSubType in org.teamapps.universaldb.index
Methods in org.teamapps.universaldb.index that return IndexSubType Modifier and Type Method Description static IndexSubTypeIndexSubType. getIndexSubTypeById(int id)static IndexSubTypeIndexSubType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IndexSubType[]IndexSubType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-