public static enum Sequence.RepositoryType extends Enum<Sequence.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 Sequence.RepositoryType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static Sequence.RepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sequence.RepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Sequence.RepositoryType DIRECTLINK
public static final Sequence.RepositoryType OPENAPI
public static final Sequence.RepositoryType LOGIN
public static final Sequence.RepositoryType OAUTH
public static final Sequence.RepositoryType OTHER
public static final Sequence.RepositoryType NULL
public static Sequence.RepositoryType[] values()
for (Sequence.RepositoryType c : Sequence.RepositoryType.values()) System.out.println(c);
public static Sequence.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 Sequence.RepositoryType fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionpublic String getDefinition()
public String getDisplay()
Copyright © 2014–2018 University Health Network. All rights reserved.