com.vladium.emma.report.html.doc
Class Attribute.AttributeImpl
java.lang.Object
com.vladium.emma.report.html.doc.Attribute
com.vladium.emma.report.html.doc.Attribute.AttributeImpl
- All Implemented Interfaces:
- IContent
- Enclosing class:
- Attribute
- private static final class Attribute.AttributeImpl
- extends Attribute
Nested classes inherited from class com.vladium.emma.report.html.doc.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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
m_name
private final java.lang.String m_name
Attribute.AttributeImpl
Attribute.AttributeImpl(java.lang.String name)
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()
emit
public void emit(HTMLWriter out)
getName
public java.lang.String getName()
- Specified by:
getName
in class Attribute