FormValueAttribute

public class FormValueAttribute implements FormNode

Represents a form value attribute.

Constructors

FormValueAttribute

public FormValueAttribute(String value)

Creates new form value attribute with value set to value.

Parameters:
  • value – the value of the attribute

Methods

getValue

public String getValue()