public enum NetworkType extends Enum<NetworkType>
| Enum Constant and Description |
|---|
_1
The machine name, including DNS name.
|
_2
The assigned Internet Protocol (IP) address.
|
_3
The assigned telephone number.
|
_4
The assigned email address.
|
_5
URI (User directory, HTTP-PUT, ftp, etc.).
|
NULL
added to help the parsers
|
| Modifier and Type | Method and Description |
|---|---|
static NetworkType |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static NetworkType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NetworkType _1
public static final NetworkType _2
public static final NetworkType _3
public static final NetworkType _4
public static final NetworkType _5
public static final NetworkType NULL
public static NetworkType[] values()
for (NetworkType c : NetworkType.values()) System.out.println(c);
public static NetworkType 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 NetworkType 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.