public static enum MolecularSequence.RepositoryType extends Enum<MolecularSequence.RepositoryType>
| Enum Constant and Description |
|---|
DIRECTLINK
When URL is clicked, the resource can be seen directly (by webpage or by download link format).
|
LOGIN
When logged into the website, the resource can be seen.
|
NULL
added to help the parsers with the generic types
|
OAUTH
When logged in and follow the API in the website related with URL, the resource can be seen.
|
OPENAPI
When the API method (e.g.
|
OTHER
Some other complicated or particular way to get resource from URL.
|
| Modifier and Type | Method and Description |
|---|---|
static MolecularSequence.RepositoryType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static MolecularSequence.RepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MolecularSequence.RepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MolecularSequence.RepositoryType DIRECTLINK
public static final MolecularSequence.RepositoryType OPENAPI
public static final MolecularSequence.RepositoryType LOGIN
public static final MolecularSequence.RepositoryType OAUTH
public static final MolecularSequence.RepositoryType OTHER
public static final MolecularSequence.RepositoryType NULL
public static MolecularSequence.RepositoryType[] values()
for (MolecularSequence.RepositoryType c : MolecularSequence.RepositoryType.values()) System.out.println(c);
public static MolecularSequence.RepositoryType 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 MolecularSequence.RepositoryType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2021 Health Level 7. All rights reserved.