Uses of Enum Class
ome.xml.model.enums.FilamentType
Packages that use FilamentType
-
Uses of FilamentType in ome.specification
Fields in ome.specification declared as FilamentTypeModifier and TypeFieldDescriptionstatic final FilamentTypeXMLMockObjects.FILAMENT_TYPEThe default type of a filament. -
Uses of FilamentType in ome.xml.meta
Methods in ome.xml.meta that return FilamentTypeModifier and TypeMethodDescriptionAggregateMetadata.getFilamentType(int instrumentIndex, int lightSourceIndex) DummyMetadata.getFilamentType(int instrumentIndex, int lightSourceIndex) MetadataRetrieve.getFilamentType(int instrumentIndex, int lightSourceIndex) Get the Type property of Filament.OMEXMLMetadataImpl.getFilamentType(int instrumentIndex, int lightSourceIndex) Methods in ome.xml.meta with parameters of type FilamentTypeModifier and TypeMethodDescriptionvoidAggregateMetadata.setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex) voidDummyMetadata.setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex) voidFilterMetadata.setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex) voidMetadataStore.setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex) Set the Type property of Filament.voidOMEXMLMetadataImpl.setFilamentType(FilamentType type, int instrumentIndex, int lightSourceIndex) -
Uses of FilamentType in ome.xml.model
Methods in ome.xml.model that return FilamentTypeMethods in ome.xml.model with parameters of type FilamentType -
Uses of FilamentType in ome.xml.model.enums
Methods in ome.xml.model.enums that return FilamentTypeModifier and TypeMethodDescriptionstatic FilamentTypeFilamentType.fromString(String value) static FilamentTypeReturns the enum constant of this class with the specified name.static FilamentType[]FilamentType.values()Returns an array containing the constants of this enum class, in the order they are declared.