public enum OMERORef extends Enum<OMERORef>
Enum Constant and Description |
---|
DATASET |
FILE |
IMAGE |
PLATE |
PROJECT |
ROI |
WELL |
Modifier and Type | Method and Description |
---|---|
static OMERORef |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OMERORef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OMERORef FILE
public static final OMERORef IMAGE
public static final OMERORef ROI
public static final OMERORef WELL
public static final OMERORef PLATE
public static final OMERORef PROJECT
public static final OMERORef DATASET
public static OMERORef[] values()
for (OMERORef c : OMERORef.values()) System.out.println(c);
public static OMERORef valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2014–2022 ImageJ. All rights reserved.