public enum ResourceVersionPolicyEnum extends Enum<ResourceVersionPolicyEnum>
| Enum Constant and Description |
|---|
NO_VERSIONID_SUPPORT
Display: No VersionId Support
Code Value: no-version VersionId meta-property is not supported (server) or used (client). |
VERSIONED
Display: Versioned
Code Value: versioned VersionId meta-property is supported (server) or used (client). |
VERSIONID_TRACKED_FULLY
Display: VersionId tracked fully
Code Value: versioned-update VersionId is must be correct for updates (server) or will be specified (If-match header) for updates (client). |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<ResourceVersionPolicyEnum> |
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:
ResourceVersionPolicy
|
| Modifier and Type | Method and Description |
|---|---|
static ResourceVersionPolicyEnum |
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 ResourceVersionPolicyEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceVersionPolicyEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceVersionPolicyEnum NO_VERSIONID_SUPPORT
public static final ResourceVersionPolicyEnum VERSIONED
public static final ResourceVersionPolicyEnum VERSIONID_TRACKED_FULLY
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<ResourceVersionPolicyEnum> VALUESET_BINDER
public static ResourceVersionPolicyEnum[] values()
for (ResourceVersionPolicyEnum c : ResourceVersionPolicyEnum.values()) System.out.println(c);
public static ResourceVersionPolicyEnum 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 ResourceVersionPolicyEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.