public enum V3HtmlLinkType extends Enum<V3HtmlLinkType>
| Enum Constant and Description |
|---|
ALTERNATE
Designates substitute versions for the document in which the link occurs.
|
APPENDIX
Refers to a document serving as an appendix in a collection of documents.
|
BOOKMARK
Refers to a bookmark.
|
CHAPTER
Refers to a document serving as a chapter in a collection of documents.
|
CONTENTS
Refers to a document serving as a table of contents.
|
COPYRIGHT
Refers to a copyright statement for the current document.
|
GLOSSARY
Refers to a document providing a glossary of terms that pertain to the current document.
|
HELP
Refers to a document offering help (more information, links to other sources of information, etc.).
|
INDEX
Refers to a document providing an index for the current document.
|
NEXT
Refers to the next document in a linear sequence of documents.
|
NULL
added to help the parsers
|
PREV
Refers to the previous document in an ordered series of documents.
|
SECTION
Refers to a document serving as a section in a collection of documents.
|
START
Refers to the first document in a collection of documents.
|
STYLESHEET
Refers to an external style sheet.
|
SUBSECTION
Refers to a document serving as a subsection in a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static V3HtmlLinkType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static V3HtmlLinkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V3HtmlLinkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final V3HtmlLinkType ALTERNATE
public static final V3HtmlLinkType APPENDIX
public static final V3HtmlLinkType BOOKMARK
public static final V3HtmlLinkType CHAPTER
public static final V3HtmlLinkType CONTENTS
public static final V3HtmlLinkType COPYRIGHT
public static final V3HtmlLinkType GLOSSARY
public static final V3HtmlLinkType HELP
public static final V3HtmlLinkType INDEX
public static final V3HtmlLinkType NEXT
public static final V3HtmlLinkType PREV
public static final V3HtmlLinkType SECTION
public static final V3HtmlLinkType START
public static final V3HtmlLinkType STYLESHEET
public static final V3HtmlLinkType SUBSECTION
public static final V3HtmlLinkType NULL
public static V3HtmlLinkType[] values()
for (V3HtmlLinkType c : V3HtmlLinkType.values()) System.out.println(c);
public static V3HtmlLinkType 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 V3HtmlLinkType 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.