com.vladium.emma.report.html.doc
Class Attribute

java.lang.Object
  extended by 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

Nested Class Summary
private static class Attribute.AttributeImpl
           
 
Field Summary
static Attribute ALIGN
           
static Attribute BORDER
           
static Attribute CELLPADDING
           
static Attribute CELLSPACING
           
static Attribute CLASS
           
static Attribute COLSPAN
           
static Attribute CONTENT
           
static Attribute HREF
           
static Attribute HTTP_EQUIV
           
static Attribute ID
           
static Attribute NAME
           
static Attribute REL
           
static Attribute SIZE
           
static Attribute SRC
           
static Attribute TITLE
           
static Attribute TYPE
           
static Attribute WIDTH
           
 
Constructor Summary
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
 

Field Detail

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
Constructor Detail

Attribute

Attribute()
Method Detail

getName

public abstract java.lang.String getName()

equals

public abstract boolean equals(java.lang.Object rhs)
Overrides:
equals in class java.lang.Object

hashCode

public abstract int hashCode()
Overrides:
hashCode in class java.lang.Object