Uses of Class
xyz.euclia.jaqpotj.models.Dataset.DescriptorCategory
| Package | Description |
|---|---|
| xyz.euclia.jaqpotj.models |
-
Uses of Dataset.DescriptorCategory in xyz.euclia.jaqpotj.models
Methods in xyz.euclia.jaqpotj.models that return Dataset.DescriptorCategory Modifier and Type Method Description Dataset.DescriptorCategoryFeatureInfo. getCategory()static Dataset.DescriptorCategoryDataset.DescriptorCategory. valueOf(String name)Returns the enum constant of this type with the specified name.static Dataset.DescriptorCategory[]Dataset.DescriptorCategory. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.euclia.jaqpotj.models that return types with arguments of type Dataset.DescriptorCategory Modifier and Type Method Description Set<Dataset.DescriptorCategory>Dataset. getDescriptors()Methods in xyz.euclia.jaqpotj.models with parameters of type Dataset.DescriptorCategory Modifier and Type Method Description voidFeatureInfo. setCategory(Dataset.DescriptorCategory category)Method parameters in xyz.euclia.jaqpotj.models with type arguments of type Dataset.DescriptorCategory Modifier and Type Method Description voidDataset. setDescriptors(Set<Dataset.DescriptorCategory> descriptors)