public static enum CapabilityStatement.RestfulCapabilityMode extends Enum<CapabilityStatement.RestfulCapabilityMode>
Enum Constant and Description |
---|
CLIENT
The application acts as a client for this resource.
|
NULL
added to help the parsers with the generic types
|
SERVER
The application acts as a server for this resource.
|
Modifier and Type | Method and Description |
---|---|
static CapabilityStatement.RestfulCapabilityMode |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static CapabilityStatement.RestfulCapabilityMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapabilityStatement.RestfulCapabilityMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CapabilityStatement.RestfulCapabilityMode CLIENT
public static final CapabilityStatement.RestfulCapabilityMode SERVER
public static final CapabilityStatement.RestfulCapabilityMode NULL
public static CapabilityStatement.RestfulCapabilityMode[] values()
for (CapabilityStatement.RestfulCapabilityMode c : CapabilityStatement.RestfulCapabilityMode.values()) System.out.println(c);
public static CapabilityStatement.RestfulCapabilityMode 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 CapabilityStatement.RestfulCapabilityMode fromCode(String codeString) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRException
public String toCode()
public String getSystem()
public String getDefinition()
public String getDisplay()
Copyright © 2014–2019 University Health Network. All rights reserved.