org.drools.ide.common.client.modeldriven.ui
Class ConstraintValueEditorHelper
java.lang.Object
org.drools.ide.common.client.modeldriven.ui.ConstraintValueEditorHelper
public class ConstraintValueEditorHelper
- extends Object
|
Method Summary |
static String[] |
splitValue(String v)
'Person.age' : ['M=Male', 'F=Female']
This will split the drop down item into a value and a key. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConstraintValueEditorHelper
public ConstraintValueEditorHelper()
splitValue
public static String[] splitValue(String v)
- 'Person.age' : ['M=Male', 'F=Female']
This will split the drop down item into a value and a key.
eg key=value
Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.