net.sourceforge.pmd.jaxen
Class Attribute

java.lang.Object
  |
  +--net.sourceforge.pmd.jaxen.Attribute

public class Attribute
extends java.lang.Object

Author:
daniels

Constructor Summary
Attribute(Node parent, java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.String getName()
           
 Node getParent()
           
 java.lang.String getValue()
           
 void setName(java.lang.String name)
          Sets the name.
 void setParent(Node parent)
          Sets the parent.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(Node parent,
                 java.lang.String name,
                 java.lang.String value)
Method Detail

getName

public java.lang.String getName()
Returns:
String

getValue

public java.lang.String getValue()
Returns:
String

setName

public void setName(java.lang.String name)
Sets the name.

Parameters:
name - The name to set

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - The value to set

getParent

public Node getParent()
Returns:
Node

setParent

public void setParent(Node parent)
Sets the parent.

Parameters:
parent - The parent to set


Copyright © 2002-2003 Project Ultra*Log @ DARPA. All Rights Reserved.