edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation
Class AttStepImp

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.NavigationStepImp
        |
        +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.AttStepImp

public class AttStepImp
extends NavigationStepImp
implements AttStep

Implementation for the AttStep interface.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
AttStepImp()
          Constructor .
AttStepImp(java.lang.String value)
          Assigns an attribute step value.
 
Method Summary
 java.lang.String toString()
          Returns a String that represents the value of this object.
 
Methods inherited from class edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.NavigationStepImp
getStepValue, setStepValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttStepImp

public AttStepImp()
Constructor .
Since:
1.0

AttStepImp

public AttStepImp(java.lang.String value)
Assigns an attribute step value.
Parameters:
value - String
Since:
1.0
Method Detail

toString

public java.lang.String toString()
Returns a String that represents the value of this object.
Overrides:
toString in class NavigationStepImp
Returns:
a String representation of the object
Since:
1.0