|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.tlddoc.tagfileparser.Attribute
public class Attribute
An attribute for this directive.
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 |
---|
public Attribute(java.lang.String name, java.lang.String value)
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
name
- New value of property name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value
- New value of property value.public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |