Uses of Class
ome.xml.model.enums.ArcType
-
Packages that use ArcType Package Description ome.specification ome.xml.meta ome.xml.model ome.xml.model.enums -
-
Uses of ArcType in ome.specification
Fields in ome.specification declared as ArcType Modifier and Type Field Description static ArcTypeXMLMockObjects. ARC_TYPEThe default type of an arc. -
Uses of ArcType in ome.xml.meta
Methods in ome.xml.meta that return ArcType Modifier and Type Method Description ArcTypeAggregateMetadata. getArcType(int instrumentIndex, int lightSourceIndex)ArcTypeDummyMetadata. getArcType(int instrumentIndex, int lightSourceIndex)ArcTypeMetadataRetrieve. getArcType(int instrumentIndex, int lightSourceIndex)Get the Type property of Arc.ArcTypeOMEXMLMetadataImpl. getArcType(int instrumentIndex, int lightSourceIndex)Methods in ome.xml.meta with parameters of type ArcType Modifier and Type Method Description voidAggregateMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)voidDummyMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)voidFilterMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)voidMetadataStore. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)Set the Type property of Arc.voidOMEXMLMetadataImpl. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex) -
Uses of ArcType in ome.xml.model
Methods in ome.xml.model that return ArcType Modifier and Type Method Description ArcTypeArc. getType()Methods in ome.xml.model with parameters of type ArcType Modifier and Type Method Description voidArc. setType(ArcType type) -
Uses of ArcType in ome.xml.model.enums
Methods in ome.xml.model.enums that return ArcType Modifier and Type Method Description static ArcTypeArcType. fromString(java.lang.String value)static ArcTypeArcType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArcType[]ArcType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-