Class ConstraintValueHelper
- java.lang.Object
-
- org.kie.workbench.common.widgets.client.util.ConstraintValueHelper
-
public class ConstraintValueHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ConstraintValueHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String[]splitValue(String v)'Person.age' : ['M=Male', 'F=Female'] 'Person.expression' : ['a\\=5=expression1', 'a\\=5*2=expression2']
-