public enum XPathUsageTypeEnum extends Enum<XPathUsageTypeEnum>
| Enum Constant and Description |
|---|
DISTANCE
Display: Distance
Code Value: distance The search parameter is based on a spatial transform of the selected nodes, using physical distance from the middle. |
NEARBY
Display: Nearby
Code Value: nearby The search parameter is based on a spatial transform of the selected nodes. |
NORMAL
Display: Normal
Code Value: normal The search parameter is derived directly from the selected nodes based on the type definitions. |
OTHER
Display: Other
Code Value: other The interpretation of the xpath statement is unknown (and can't be automated). |
PHONETIC
Display: Phonetic
Code Value: phonetic The search parameter is derived by a phonetic transform from the selected nodes. |
| Modifier and Type | Field and Description |
|---|---|
static IValueSetEnumBinder<XPathUsageTypeEnum> |
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:
XPathUsageType
|
| Modifier and Type | Method and Description |
|---|---|
static XPathUsageTypeEnum |
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 XPathUsageTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XPathUsageTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XPathUsageTypeEnum NORMAL
public static final XPathUsageTypeEnum PHONETIC
public static final XPathUsageTypeEnum NEARBY
public static final XPathUsageTypeEnum DISTANCE
public static final XPathUsageTypeEnum OTHER
public static final String VALUESET_IDENTIFIER
public static final String VALUESET_NAME
public static final IValueSetEnumBinder<XPathUsageTypeEnum> VALUESET_BINDER
public static XPathUsageTypeEnum[] values()
for (XPathUsageTypeEnum c : XPathUsageTypeEnum.values()) System.out.println(c);
public static XPathUsageTypeEnum 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 XPathUsageTypeEnum forCode(String theCode)
Copyright © 2014–2016 University Health Network. All rights reserved.