public enum Index extends Enum<Index>
| Modifier and Type | Method and Description | 
|---|---|
| String | getValue() | 
| String | toString() | 
| static Index | valueOf(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 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(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 nullpublic String getValue()
                
                
Version: 5.2.0-ice35-b12
Copyright © 2015 The University of Dundee & Open Microscopy Environment. All Rights Reserved.