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 FilamentTypeXMLMockObjects. FILAMENT_TYPEThe 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 FilamentTypeAggregateMetadata. getFilamentType(int instrumentIndex, int lightSourceIndex)FilamentTypeDummyMetadata. getFilamentType(int instrumentIndex, int lightSourceIndex)FilamentTypeMetadataRetrieve. getFilamentType(int instrumentIndex, int lightSourceIndex)Get the Type property of Filament.FilamentTypeOMEXMLMetadataImpl. getFilamentType(int instrumentIndex, int lightSourceIndex)Methods in ome.xml.meta with parameters of type FilamentType Modifier and Type Method Description voidAggregateMetadata. 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 FilamentType Modifier and Type Method Description FilamentTypeFilament. getType()Methods in ome.xml.model with parameters of type FilamentType Modifier and Type Method Description voidFilament. 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 FilamentTypeFilamentType. fromString(java.lang.String value)static FilamentTypeFilamentType. valueOf(java.lang.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.
-