public class ConstraintValueHelper extends Object
| Constructor and Description |
|---|
ConstraintValueHelper() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
splitValue(String v)
'Person.age' : ['M=Male', 'F=Female'] 'Person.expression' :
['a\\=5=expression1', 'a\\=5*2=expression2']
This will split the drop down item into a value and a key, e.g.
|
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.