|
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.StatusHistoryValue
The StatusHistoryValue
class allows user to refer to
the status history associated with changes.
Constructor Summary | |
StatusHistoryValue(boolean nType,
int value)
|
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. |
int |
getEnumValue()
Returns an enumerated value identifying the particular status value to use in the operation. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isTime()
Returns true if the nType is the keyword TIME |
boolean |
isUser()
Returns true if the nType is the keyword USER |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StatusHistoryValue(boolean nType, int value)
Method Detail |
public boolean isUser()
true
if the nType
is the keyword USER
public boolean isTime()
true
if the nType
is the keyword TIME
public int getEnumValue()
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 |