|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.GotoGuideLabelAction
public class GotoGuideLabelAction
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.
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 |
---|
public GotoGuideLabelAction()
public GotoGuideLabelAction(String label)
label
parameter retrieves the label string.
Method Detail |
---|
public String getLabel()
public void setLabel(String label)
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
Action
toString
in class Action
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |