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

java.lang.Object
  extended by com.vladium.emma.report.html.doc.Attribute
      extended by com.vladium.emma.report.html.doc.Attribute.AttributeImpl
All Implemented Interfaces:
IContent
Enclosing class:
Attribute

private static final class Attribute.AttributeImpl
extends Attribute


Field Summary
private  java.lang.String m_name
           
 
Fields inherited from class com.vladium.emma.report.html.doc.Attribute
ALIGN, BORDER, CELLPADDING, CELLSPACING, CLASS, COLSPAN, CONTENT, HREF, HTTP_EQUIV, ID, NAME, REL, SIZE, SRC, TITLE, TYPE, WIDTH
 
Constructor Summary
Attribute.AttributeImpl(java.lang.String name)
           
 
Method Summary
 void emit(HTMLWriter out)
           
 boolean equals(java.lang.Object rhs)
           
 java.lang.String getName()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

m_name

private final java.lang.String m_name
Constructor Detail

Attribute.AttributeImpl

Attribute.AttributeImpl(java.lang.String name)
Method Detail

equals

public boolean equals(java.lang.Object rhs)
Specified by:
equals in class Attribute

hashCode

public int hashCode()
Specified by:
hashCode in class Attribute

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

emit

public void emit(HTMLWriter out)

getName

public java.lang.String getName()
Specified by:
getName in class Attribute