Uses of Class
org.molgenis.data.index.meta.IndexActionMetadata.IndexStatus
-
Packages that use IndexActionMetadata.IndexStatus Package Description org.molgenis.data.index.meta -
-
Uses of IndexActionMetadata.IndexStatus in org.molgenis.data.index.meta
Methods in org.molgenis.data.index.meta that return IndexActionMetadata.IndexStatus Modifier and Type Method Description IndexActionMetadata.IndexStatusIndexAction. getIndexStatus()static IndexActionMetadata.IndexStatusIndexActionMetadata.IndexStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static IndexActionMetadata.IndexStatus[]IndexActionMetadata.IndexStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.molgenis.data.index.meta with parameters of type IndexActionMetadata.IndexStatus Modifier and Type Method Description IndexActionIndexAction. setIndexStatus(IndexActionMetadata.IndexStatus indexStatus)
-