public static enum Contributor.ContributorType extends Enum<Contributor.ContributorType>
Enum Constant and Description |
---|
AUTHOR
An author of the content of the module.
|
EDITOR
An editor of the content of the module.
|
ENDORSER
An endorser of the content of the module.
|
NULL
added to help the parsers with the generic types
|
REVIEWER
A reviewer of the content of the module.
|
Modifier and Type | Method and Description |
---|---|
static Contributor.ContributorType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Contributor.ContributorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Contributor.ContributorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Contributor.ContributorType AUTHOR
public static final Contributor.ContributorType EDITOR
public static final Contributor.ContributorType REVIEWER
public static final Contributor.ContributorType ENDORSER
public static final Contributor.ContributorType NULL
public static Contributor.ContributorType[] values()
for (Contributor.ContributorType c : Contributor.ContributorType.values()) System.out.println(c);
public static Contributor.ContributorType 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 static Contributor.ContributorType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.