|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<EnumRole>
org.spase.parser120.EnumRole
public enum EnumRole
Java class for enumRole.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="enumRole">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="CoInvestigator"/>
<enumeration value="DataProducer"/>
<enumeration value="DeputyPI"/>
<enumeration value="GeneralContact"/>
<enumeration value="MetadataContact"/>
<enumeration value="PrincipalInvestigator"/>
<enumeration value="ProjectScientist"/>
<enumeration value="Scientist"/>
<enumeration value="TeamLeader"/>
<enumeration value="TeamMember"/>
<enumeration value="TechnicalContact"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
CO_INVESTIGATOR
An individual who is a scientific peer and major participant for an investigation. |
|
DATA_PRODUCER
An individual who generated the resource and is familiar with its provenance. |
|
DEPUTY_PI
An individual who is an administrative or scientific leader for an investigation operting under the supervision of a Princial Investigator. |
|
GENERAL_CONTACT
An individual who can provide information on a range of subjects or who can direct you to a domain expert. |
|
METADATA_CONTACT
An individual who can affect a change in the metadata describing a resource. |
|
PRINCIPAL_INVESTIGATOR
An individual who is the administrative and scientific lead for an investigation. |
|
PROJECT_SCIENTIST
An individual who is an expert in the phenomenon and related physics explored by the project. |
|
SCIENTIST
An individual who is an expert in the phenomenon and related physics represented by the resource. |
|
TEAM_LEADER
|
|
TEAM_MEMBER
An individual who is a major participant in an investigation. |
|
TECHNICAL_CONTACT
An individual who can provide specific information with regard to the resource or supporting software |
|
| Method Summary | |
|---|---|
static EnumRole |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static EnumRole |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static EnumRole[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final EnumRole CO_INVESTIGATOR
public static final EnumRole DATA_PRODUCER
public static final EnumRole DEPUTY_PI
public static final EnumRole GENERAL_CONTACT
public static final EnumRole METADATA_CONTACT
public static final EnumRole PRINCIPAL_INVESTIGATOR
public static final EnumRole PROJECT_SCIENTIST
public static final EnumRole SCIENTIST
public static final EnumRole TEAM_LEADER
public static final EnumRole TEAM_MEMBER
public static final EnumRole TECHNICAL_CONTACT
| Method Detail |
|---|
public static final EnumRole[] values()
for(EnumRole c : EnumRole.values())
System.out.println(c);
public static EnumRole 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 namepublic java.lang.String value()
public static EnumRole fromValue(java.lang.String v)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||