FieldInfo.TypeInfo

public class TypeInfo

Methods

getItems

public List<String> getItems()

getTaskType

public String getTaskType()

getType

public String getType()

isAllowUserSupplied

public boolean isAllowUserSupplied()

isAllowsMultipleSelection

public boolean isAllowsMultipleSelection()

isCombobox

public boolean isCombobox()

setAllowUserSupplied

public void setAllowUserSupplied(boolean allowUserSupplied)

setAllowsMultipleSelection

public void setAllowsMultipleSelection(boolean allowsMultipleSelection)

setCombobox

public void setCombobox(boolean isCombobox)

setItems

public void setItems(List<String> items)

setTaskType

public void setTaskType(String taskType)

setType

public void setType(String type)