Uses of Enum Class
ome.xml.model.enums.FilterType
Packages that use FilterType
-
Uses of FilterType in ome.specification
Fields in ome.specification declared as FilterTypeModifier and TypeFieldDescriptionstatic final FilterTypeXMLMockObjects.FILTER_TYPEThe default objective's immersion. -
Uses of FilterType in ome.xml.meta
Methods in ome.xml.meta that return FilterTypeModifier and TypeMethodDescriptionAggregateMetadata.getFilterType(int instrumentIndex, int filterIndex) DummyMetadata.getFilterType(int instrumentIndex, int filterIndex) MetadataRetrieve.getFilterType(int instrumentIndex, int filterIndex) Get the Type property of Filter.OMEXMLMetadataImpl.getFilterType(int instrumentIndex, int filterIndex) Methods in ome.xml.meta with parameters of type FilterTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.setFilterType(FilterType type, int instrumentIndex, int filterIndex) voidDummyMetadata.setFilterType(FilterType type, int instrumentIndex, int filterIndex) voidFilterMetadata.setFilterType(FilterType type, int instrumentIndex, int filterIndex) voidMetadataStore.setFilterType(FilterType type, int instrumentIndex, int filterIndex) Set the Type property of Filter.voidOMEXMLMetadataImpl.setFilterType(FilterType type, int instrumentIndex, int filterIndex) -
Uses of FilterType in ome.xml.model
Methods in ome.xml.model that return FilterTypeMethods in ome.xml.model with parameters of type FilterType -
Uses of FilterType in ome.xml.model.enums
Methods in ome.xml.model.enums that return FilterTypeModifier and TypeMethodDescriptionstatic FilterTypeFilterType.fromString(String value) static FilterTypeReturns the enum constant of this class with the specified name.static FilterType[]FilterType.values()Returns an array containing the constants of this enum class, in the order they are declared.