com.sun.tlddoc.tagfileparser
Class Attribute

java.lang.Object
  extended bycom.sun.tlddoc.tagfileparser.Attribute

public class Attribute
extends java.lang.Object

An attribute for this directive.

Author:
mroth

Constructor Summary
Attribute(java.lang.String name, java.lang.String value)
          Creates a new instance of Attribute
 
Method Summary
 java.lang.String getName()
          Getter for property name.
 java.lang.String getValue()
          Getter for property value.
 void setName(java.lang.String name)
          Setter for property name.
 void setValue(java.lang.String value)
          Setter for property value.
 java.lang.String toString()
          Returns a String representation of this attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(java.lang.String name,
                 java.lang.String value)
Creates a new instance of Attribute

Method Detail

getName

public java.lang.String getName()
Getter for property name.

Returns:
Value of property name.

setName

public void setName(java.lang.String name)
Setter for property name.

Parameters:
name - New value of property name.

getValue

public java.lang.String getValue()
Getter for property value.

Returns:
Value of property value.

setValue

public void setValue(java.lang.String value)
Setter for property value.

Parameters:
value - New value of property value.

toString

public java.lang.String toString()
Returns a String representation of this attribute.