AR System Java API

com.bmc.arsys.api
Class GotoGuideLabelAction

java.lang.Object
  extended by com.bmc.arsys.api.Action
      extended by com.bmc.arsys.api.GotoGuideLabelAction
All Implemented Interfaces:
ActiveLinkAction, FilterAction, Serializable, Cloneable

public class GotoGuideLabelAction
extends Action
implements ActiveLinkAction, FilterAction, Cloneable, Serializable

The GotoGuideLabelInfo class is used to create and retrieve information about the Go To Guide Label workflow action. You use the Go To Guide Label action to redirect the flow of execution within a guide to a specific active link or filter. This action can be useful when you want to perform a step multiple times. For each time that you want to repeat a step or series of steps, a Go To Guide Label action returns you to the active link or filter that begins the series.

For more information, see the Developing AR System Applications: Advanced guide.

See Also:
Serialized Form

Constructor Summary
GotoGuideLabelAction()
          constructor
GotoGuideLabelAction(String label)
          label parameter retrieves the label string.
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(Object obj)
          Use this method for checking equality.
 String getLabel()
          Returns label of guide.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setLabel(String label)
          Sets label of guide.
 String toString()
          Returns a string description of the object.
 
Methods inherited from class com.bmc.arsys.api.Action
equals, getActionType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GotoGuideLabelAction

public GotoGuideLabelAction()
constructor


GotoGuideLabelAction

public GotoGuideLabelAction(String label)
label parameter retrieves the label string.

Method Detail

getLabel

public String getLabel()
Returns label of guide.


setLabel

public void setLabel(String label)
Sets label of guide.


clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class Action
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
Use this method for checking equality. The result is true only if the argument is not null, is of same type and represents the same content.

Overrides:
equals in class Action
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class Action
Returns:
returns the hash code for this instance

toString

public String toString()
Description copied from class: Action
Returns a string description of the object.

Overrides:
toString in class Action

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.