Methods Summary |
---|
public java.lang.String | getName()The name of a run-time parameter. See the name attribute definition
in HTML 4.0.
|
public java.lang.String | getType()Content type for the value attribute when
valuetype has the value "ref". See the type attribute
definition in HTML 4.0.
|
public java.lang.String | getValue()The value of a run-time parameter. See the value attribute definition
in HTML 4.0.
|
public java.lang.String | getValueType()Information about the meaning of the value attribute
value. See the valuetype attribute definition in HTML 4.0.
|
public void | setName(java.lang.String name)
|
public void | setType(java.lang.String type)
|
public void | setValue(java.lang.String value)
|
public void | setValueType(java.lang.String valueType)
|