FormValue

public class FormValue

Base class for a value in a form instance.

Constructors

FormValue

protected FormValue(String name, String label, String type)

Methods

getLabel

public String getLabel()

getName

public String getName()

getType

public String getType()

setLabel

public void setLabel(String label)

setName

public void setName(String name)

setType

public void setType(String type)

toString

public String toString()