public enum RepositoryType extends Enum<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
|
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 RepositoryType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static RepositoryType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RepositoryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RepositoryType DIRECTLINK
public static final RepositoryType OPENAPI
public static final RepositoryType LOGIN
public static final RepositoryType OAUTH
public static final RepositoryType OTHER
public static final RepositoryType NULL
public static RepositoryType[] values()
for (RepositoryType c : RepositoryType.values()) System.out.println(c);
public static 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 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.