parent
9813c6915c
commit
df133d10f2
|
@ -55,8 +55,13 @@ public enum TokenParamModifier {
|
||||||
/**
|
/**
|
||||||
* :text
|
* :text
|
||||||
*/
|
*/
|
||||||
TEXT(":text");
|
TEXT(":text"),
|
||||||
|
|
||||||
|
/**
|
||||||
|
* :of-type
|
||||||
|
*/
|
||||||
|
OF_TYPE(":of-type");
|
||||||
|
|
||||||
private static final Map<String, TokenParamModifier> VALUE_TO_ENUM;
|
private static final Map<String, TokenParamModifier> VALUE_TO_ENUM;
|
||||||
|
|
||||||
static {
|
static {
|
||||||
|
|
Loading…
Reference in New Issue