Class DropDownData
- java.lang.Object
-
- org.kie.soup.project.datamodel.oracle.DropDownData
-
public class DropDownData extends Object
Used to drive drop downs.
-
-
Constructor Summary
Constructors Constructor Description DropDownData()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DropDownDatacreate(String[] list)static DropDownDatacreate(String queryExpression, String[] valuePairs)String[]getFixedList()StringgetQueryExpression()String[]getValuePairs()
-
-
-
Method Detail
-
create
public static DropDownData create(String[] list)
-
create
public static DropDownData create(String queryExpression, String[] valuePairs)
-
getFixedList
public String[] getFixedList()
-
getQueryExpression
public String getQueryExpression()
-
getValuePairs
public String[] getValuePairs()
-
-