public enum AssertionResponseTypesEnum extends Enum<AssertionResponseTypesEnum>
| Enum Constant and Description |
|---|
BAD
Display: bad
Code Value: bad Response code is 400. |
CONFLICT
Display: conflict
Code Value: conflict Response code is 409. |
CREATED
Display: created
Code Value: created Response code is 201. |
FORBIDDEN
Display: forbidden
Code Value: forbidden Response code is 403. |
GONE
Display: gone
Code Value: gone Response code is 410. |
METHODNOTALLOWED
Display: methodNotAllowed
Code Value: methodNotAllowed Response code is 405. |
NOCONTENT
Display: noContent
Code Value: noContent Response code is 204. |
NOTFOUND
Display: notFound
Code Value: notFound Response code is 404. |
NOTMODIFIED
Display: notModified
Code Value: notModified Response code is 304. |
OKAY
Display: okay
Code Value: okay Response code is 200. |
PRECONDITIONFAILED
Display: preconditionFailed
Code Value: preconditionFailed Response code is 412. |
UNPROCESSABLE
Display: unprocessable
Code Value: unprocessable Response code is 422. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<AssertionResponseTypesEnum> |
VALUESET_BINDER
Converts codes to their respective enumerated values
|
static String |
VALUESET_IDENTIFIER
Identifier for this Value Set:
|
static String |
VALUESET_NAME
Name for this Value Set:
AssertionResponseTypes
|
| Modifier and Type | Method and Description |
|---|---|
static AssertionResponseTypesEnum |
forCode(String theCode)
Returns the enumerated value associated with this code
|
String |
getCode()
Returns the code associated with this enumerated value
|
String |
getSystem()
Returns the code system associated with this enumerated value
|
static AssertionResponseTypesEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssertionResponseTypesEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssertionResponseTypesEnum OKAY
public static final AssertionResponseTypesEnum CREATED
public static final AssertionResponseTypesEnum NOCONTENT
public static final AssertionResponseTypesEnum NOTMODIFIED
public static final AssertionResponseTypesEnum BAD
public static final AssertionResponseTypesEnum FORBIDDEN
public static final AssertionResponseTypesEnum NOTFOUND
public static final AssertionResponseTypesEnum METHODNOTALLOWED
public static final AssertionResponseTypesEnum CONFLICT
public static final AssertionResponseTypesEnum GONE
public static final AssertionResponseTypesEnum PRECONDITIONFAILED
public static final AssertionResponseTypesEnum UNPROCESSABLE
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<AssertionResponseTypesEnum> VALUESET_BINDER
public static AssertionResponseTypesEnum[] values()
for (AssertionResponseTypesEnum c : AssertionResponseTypesEnum.values()) System.out.println(c);
public static AssertionResponseTypesEnum 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 AssertionResponseTypesEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.