Action Request System Java API

com.remedy.arsys.api
Class StatusHistoryValue

java.lang.Object
  |
  +--com.remedy.arsys.api.StatusHistoryValue

public class StatusHistoryValue
extends java.lang.Object
implements java.lang.Cloneable

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
 int getEnumValue()
          Returns an enumerated value identifying the particular status value to use in the operation.
 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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatusHistoryValue

public StatusHistoryValue(boolean nType,
                          int value)
Method Detail

isUser

public boolean isUser()
Returns true if the nType is the keyword USER

isTime

public boolean isTime()
Returns true if the nType is the keyword TIME

getEnumValue

public int getEnumValue()
Returns an enumerated value identifying the particular status value to use in the operation.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self
Overrides:
clone in class java.lang.Object

Action Request System Java API