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