Uses of Class
ome.xml.model.enums.FilterType
-
Packages that use FilterType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of FilterType in ome.specification
Fields in ome.specification declared as FilterType Modifier and Type Field Description static FilterType
XMLMockObjects. FILTER_TYPE
The default objective's immersion. -
Uses of FilterType in ome.xml.meta
Methods in ome.xml.meta that return FilterType Modifier and Type Method Description FilterType
AggregateMetadata. getFilterType(int instrumentIndex, int filterIndex)
FilterType
DummyMetadata. getFilterType(int instrumentIndex, int filterIndex)
FilterType
MetadataRetrieve. getFilterType(int instrumentIndex, int filterIndex)
Get the Type property of Filter.FilterType
OMEXMLMetadataImpl. getFilterType(int instrumentIndex, int filterIndex)
Methods in ome.xml.meta with parameters of type FilterType Modifier and Type Method Description void
AggregateMetadata. setFilterType(FilterType type, int instrumentIndex, int filterIndex)
void
DummyMetadata. setFilterType(FilterType type, int instrumentIndex, int filterIndex)
void
FilterMetadata. setFilterType(FilterType type, int instrumentIndex, int filterIndex)
void
MetadataStore. setFilterType(FilterType type, int instrumentIndex, int filterIndex)
Set the Type property of Filter.void
OMEXMLMetadataImpl. setFilterType(FilterType type, int instrumentIndex, int filterIndex)
-
Uses of FilterType in ome.xml.model
Methods in ome.xml.model that return FilterType Modifier and Type Method Description FilterType
Filter. getType()
Methods in ome.xml.model with parameters of type FilterType Modifier and Type Method Description void
Filter. setType(FilterType type)
-
Uses of FilterType in ome.xml.model.enums
Methods in ome.xml.model.enums that return FilterType Modifier and Type Method Description static FilterType
FilterType. fromString(String value)
static FilterType
FilterType. valueOf(String name)
Returns the enum constant of this type with the specified name.static FilterType[]
FilterType. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-