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 FilterTypeXMLMockObjects. FILTER_TYPEThe default objective's immersion. -
Uses of FilterType in ome.xml.meta
Methods in ome.xml.meta that return FilterType Modifier and Type Method Description FilterTypeAggregateMetadata. getFilterType(int instrumentIndex, int filterIndex)FilterTypeDummyMetadata. getFilterType(int instrumentIndex, int filterIndex)FilterTypeMetadataRetrieve. getFilterType(int instrumentIndex, int filterIndex)Get the Type property of Filter.FilterTypeOMEXMLMetadataImpl. getFilterType(int instrumentIndex, int filterIndex)Methods in ome.xml.meta with parameters of type FilterType Modifier and Type Method Description voidAggregateMetadata. 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 FilterType Modifier and Type Method Description FilterTypeFilter. getType()Methods in ome.xml.model with parameters of type FilterType Modifier and Type Method Description voidFilter. 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 FilterTypeFilterType. fromString(java.lang.String value)static FilterTypeFilterType. valueOf(java.lang.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.
-