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 ArcType
XMLMockObjects. ARC_TYPE
The 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 ArcType
AggregateMetadata. getArcType(int instrumentIndex, int lightSourceIndex)
ArcType
DummyMetadata. getArcType(int instrumentIndex, int lightSourceIndex)
ArcType
MetadataRetrieve. getArcType(int instrumentIndex, int lightSourceIndex)
Get the Type property of Arc.ArcType
OMEXMLMetadataImpl. getArcType(int instrumentIndex, int lightSourceIndex)
Methods in ome.xml.meta with parameters of type ArcType Modifier and Type Method Description void
AggregateMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)
void
DummyMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)
void
FilterMetadata. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)
void
MetadataStore. setArcType(ArcType type, int instrumentIndex, int lightSourceIndex)
Set the Type property of Arc.void
OMEXMLMetadataImpl. 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 ArcType
Arc. getType()
Methods in ome.xml.model with parameters of type ArcType Modifier and Type Method Description void
Arc. 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 ArcType
ArcType. fromString(String value)
static ArcType
ArcType. valueOf(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.
-