Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
java.lang.String |
toString() |
static Index |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Index[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Index BOOLEAN_ANNOTATION_INDEX
public static final Index CHANNEL_INDEX
public static final Index DATASET_INDEX
public static final Index DETECTOR_INDEX
public static final Index DICHROIC_INDEX
public static final Index DOUBLE_ANNOTATION_INDEX
public static final Index EXPERIMENT_INDEX
public static final Index EXPERIMENTER_INDEX
public static final Index FILE_ANNOTATION_INDEX
public static final Index FILTER_INDEX
public static final Index FILTER_SET_INDEX
public static final Index FOLDER_INDEX
public static final Index GROUP_INDEX
public static final Index IMAGE_INDEX
public static final Index INSTRUMENT_INDEX
public static final Index LIGHT_SOURCE_INDEX
public static final Index LIGHT_SOURCE_SETTINGS_INDEX
public static final Index LIST_ANNOTATION_INDEX
public static final Index LONG_ANNOTATION_INDEX
public static final Index MAP_ANNOTATION_INDEX
public static final Index MICROBEAM_MANIPULATION_INDEX
public static final Index OBJECTIVE_INDEX
public static final Index ORIGINAL_FILE_INDEX
public static final Index PLANE_INDEX
public static final Index PLATE_ACQUISITION_INDEX
public static final Index PLATE_INDEX
public static final Index PROJECT_INDEX
public static final Index REAGENT_INDEX
public static final Index ROI_INDEX
public static final Index SCREEN_INDEX
public static final Index SHAPE_INDEX
public static final Index TAG_ANNOTATION_INDEX
public static final Index TERM_ANNOTATION_INDEX
public static final Index COMMENT_ANNOTATION_INDEX
public static final Index TIMESTAMP_ANNOTATION_INDEX
public static final Index WELL_INDEX
public static final Index WELL_SAMPLE_INDEX
public static final Index XML_ANNOTATION_INDEX
public static Index[] values()
for (Index c : Index.values()) System.out.println(c);
public static Index valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public java.lang.String toString()
toString
in class java.lang.Enum<Index>
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.