public static enum TestScript.AssertionResponseTypes extends Enum<TestScript.AssertionResponseTypes>
| Enum Constant and Description |
|---|
BAD
Response code is 400.
|
CONFLICT
Response code is 409.
|
CREATED
Response code is 201.
|
FORBIDDEN
Response code is 403.
|
GONE
Response code is 410.
|
METHODNOTALLOWED
Response code is 405.
|
NOCONTENT
Response code is 204.
|
NOTFOUND
Response code is 404.
|
NOTMODIFIED
Response code is 304.
|
NULL
added to help the parsers with the generic types
|
OKAY
Response code is 200.
|
PRECONDITIONFAILED
Response code is 412.
|
UNPROCESSABLE
Response code is 422.
|
| Modifier and Type | Method and Description |
|---|---|
static TestScript.AssertionResponseTypes |
fromCode(String codeString) |
String |
getDefinition() |
String |
getDisplay() |
String |
getSystem() |
String |
toCode() |
static TestScript.AssertionResponseTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestScript.AssertionResponseTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestScript.AssertionResponseTypes OKAY
public static final TestScript.AssertionResponseTypes CREATED
public static final TestScript.AssertionResponseTypes NOCONTENT
public static final TestScript.AssertionResponseTypes NOTMODIFIED
public static final TestScript.AssertionResponseTypes BAD
public static final TestScript.AssertionResponseTypes FORBIDDEN
public static final TestScript.AssertionResponseTypes NOTFOUND
public static final TestScript.AssertionResponseTypes METHODNOTALLOWED
public static final TestScript.AssertionResponseTypes CONFLICT
public static final TestScript.AssertionResponseTypes GONE
public static final TestScript.AssertionResponseTypes PRECONDITIONFAILED
public static final TestScript.AssertionResponseTypes UNPROCESSABLE
public static final TestScript.AssertionResponseTypes NULL
public static TestScript.AssertionResponseTypes[] values()
for (TestScript.AssertionResponseTypes c : TestScript.AssertionResponseTypes.values()) System.out.println(c);
public static TestScript.AssertionResponseTypes 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 TestScript.AssertionResponseTypes 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.