FormValueGroup

public class FormValueGroup extends FormValue

Represents a group value in a form instance

Constructors

FormValueGroup

public FormValueGroup(String name, String label, String type, List<FormValue> children)

Methods

getChildren

public List<FormValue> getChildren()

setChildren

public void setChildren(List<FormValue> children)

toString

public String toString()