FileDocCategorySizeDatePackage
Attribute.javaAPI DocGlassfish v2 API2510Fri May 04 22:34:48 BST 2007com.sun.enterprise.diagnostics.report.html

Attribute

public interface Attribute implements Text
A single attribute of an HTML tag. Attributes have a name and, optionally, a value.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetName()
Get the name of this attribute.

return
The name of this attribute.

public voidsetName(java.lang.String name)
Set the name of this attribute. The previous name is discarded.

param
name The new name of this attribute.
return
This attribute.
see
#getName()