mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
parent
9813c6915c
commit
df133d10f2
@ -55,8 +55,13 @@ public enum TokenParamModifier {
|
||||
/**
|
||||
* :text
|
||||
*/
|
||||
TEXT(":text");
|
||||
|
||||
TEXT(":text"),
|
||||
|
||||
/**
|
||||
* :of-type
|
||||
*/
|
||||
OF_TYPE(":of-type");
|
||||
|
||||
private static final Map<String, TokenParamModifier> VALUE_TO_ENUM;
|
||||
|
||||
static {
|
||||
|
Loading…
x
Reference in New Issue
Block a user