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

java.lang.Object
  |
  +--edu.wpi.cs.dsrg.xmldb.xat.common.operator.xmloperator.navigation.NavigationStepImp
Direct Known Subclasses:
AttStepImp, DescendantStepImp, NodeStepImp, StringStepImp, TagStepImp, TextStepImp, VarStepImp

public abstract class NavigationStepImp
extends java.lang.Object
implements NavigationStep

Implementation for the NavigationStep interface.

Since:
1.0
See Also:
Serialized Form

Constructor Summary
NavigationStepImp()
          No param constructor, assigns null as the step.
NavigationStepImp(java.lang.String newvalue)
          Assigns a step value .
 
Method Summary
 java.lang.String getStepValue()
          Gets step value .
 void setStepValue(java.lang.String newvalue)
          Sets a step value .
 java.lang.String toString()
          Returns a String that represents the value of this object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NavigationStepImp

public NavigationStepImp()
No param constructor, assigns null as the step.
Since:
1.0

NavigationStepImp

public NavigationStepImp(java.lang.String newvalue)
Assigns a step value .
Parameters:
newvalue - String
Since:
1.0
Method Detail

getStepValue

public java.lang.String getStepValue()
Gets step value .
Specified by:
getStepValue in interface NavigationStep
Returns:
String
Since:
1.0

setStepValue

public void setStepValue(java.lang.String newvalue)
Sets a step value .
Specified by:
setStepValue in interface NavigationStep
Parameters:
newvalue - String
Since:
1.0

toString

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