com.vladium.emma.report.html.doc
Class Attribute
java.lang.Object
com.vladium.emma.report.html.doc.Attribute
- All Implemented Interfaces:
- IContent
- Direct Known Subclasses:
- Attribute.AttributeImpl
- public abstract class Attribute
- extends java.lang.Object
- implements IContent
- Author:
- Vlad Roubtsov, (C) 2003
Constructor Summary |
(package private) |
Attribute()
|
Method Summary |
abstract boolean |
equals(java.lang.Object rhs)
|
abstract java.lang.String |
getName()
|
abstract int |
hashCode()
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.vladium.emma.report.html.doc.IContent |
emit |
ID
public static final Attribute ID
NAME
public static final Attribute NAME
TITLE
public static final Attribute TITLE
TYPE
public static final Attribute TYPE
CLASS
public static final Attribute CLASS
HTTP_EQUIV
public static final Attribute HTTP_EQUIV
CONTENT
public static final Attribute CONTENT
HREF
public static final Attribute HREF
SRC
public static final Attribute SRC
REL
public static final Attribute REL
WIDTH
public static final Attribute WIDTH
SIZE
public static final Attribute SIZE
BORDER
public static final Attribute BORDER
CELLPADDING
public static final Attribute CELLPADDING
CELLSPACING
public static final Attribute CELLSPACING
ALIGN
public static final Attribute ALIGN
COLSPAN
public static final Attribute COLSPAN
Attribute
Attribute()
getName
public abstract java.lang.String getName()
equals
public abstract boolean equals(java.lang.Object rhs)
hashCode
public abstract int hashCode()