public enum InvestigationInclude extends Enum<InvestigationInclude>
Java class for investigationInclude.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="investigationInclude">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="INVESTIGATORS_ONLY"/>
<enumeration value="KEYWORDS_ONLY"/>
<enumeration value="PUBLICATIONS_ONLY"/>
<enumeration value="INVESTIGATORS_AND_KEYWORDS"/>
<enumeration value="INVESTIGATORS_AND_SHIFTS"/>
<enumeration value="INVESTIGATORS_SHIFTS_AND_SAMPLES"/>
<enumeration value="INVESTIGATORS_SHIFTS_SAMPLES_AND_PUBLICATIONS"/>
<enumeration value="DATASETS_ONLY"/>
<enumeration value="DATASETS_AND_DATASET_PARAMETERS_ONLY"/>
<enumeration value="DATASETS_AND_DATAFILES"/>
<enumeration value="DATASETS_DATAFILES_AND_PARAMETERS"/>
<enumeration value="SAMPLES_ONLY"/>
<enumeration value="ROLE_ONLY"/>
<enumeration value="SHIFT_ONLY"/>
<enumeration value="ALL"/>
<enumeration value="NONE"/>
<enumeration value="ALL_EXCEPT_DATASETS_AND_DATAFILES"/>
<enumeration value="ALL_EXCEPT_DATASETS_DATAFILES_AND_ROLES"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static InvestigationInclude |
fromValue(String v) |
String |
value() |
static InvestigationInclude |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InvestigationInclude[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InvestigationInclude INVESTIGATORS_ONLY
public static final InvestigationInclude KEYWORDS_ONLY
public static final InvestigationInclude PUBLICATIONS_ONLY
public static final InvestigationInclude INVESTIGATORS_AND_KEYWORDS
public static final InvestigationInclude INVESTIGATORS_AND_SHIFTS
public static final InvestigationInclude INVESTIGATORS_SHIFTS_AND_SAMPLES
public static final InvestigationInclude INVESTIGATORS_SHIFTS_SAMPLES_AND_PUBLICATIONS
public static final InvestigationInclude DATASETS_ONLY
public static final InvestigationInclude DATASETS_AND_DATASET_PARAMETERS_ONLY
public static final InvestigationInclude DATASETS_AND_DATAFILES
public static final InvestigationInclude DATASETS_DATAFILES_AND_PARAMETERS
public static final InvestigationInclude SAMPLES_ONLY
public static final InvestigationInclude ROLE_ONLY
public static final InvestigationInclude SHIFT_ONLY
public static final InvestigationInclude ALL
public static final InvestigationInclude NONE
public static final InvestigationInclude ALL_EXCEPT_DATASETS_AND_DATAFILES
public static final InvestigationInclude ALL_EXCEPT_DATASETS_DATAFILES_AND_ROLES
public static InvestigationInclude[] values()
for (InvestigationInclude c : InvestigationInclude.values()) System.out.println(c);
public static InvestigationInclude 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 value()
public static InvestigationInclude fromValue(String v)
Copyright © 2012 The ICAT Collaboration. All Rights Reserved.