|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.GotoGuideLabelInfo
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 | |
GotoGuideLabelInfo()
constructor |
|
GotoGuideLabelInfo(java.lang.String label)
label parameter retrieves the label string. |
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
java.lang.String |
getLabel()
Returns label of guide. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setLabel(java.lang.String label)
Sets label of guide. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GotoGuideLabelInfo()
public GotoGuideLabelInfo(java.lang.String label)
label
parameter retrieves the label string.
Method Detail |
public java.lang.String getLabel()
public void setLabel(java.lang.String label)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |