AR System Java API

com.bmc.arsys.api
Class StatusHistoryValueIndicator

java.lang.Object
  extended by com.bmc.arsys.api.StatusHistoryValueIndicator
All Implemented Interfaces:
Serializable, Cloneable

public class StatusHistoryValueIndicator
extends Object
implements Cloneable, Serializable

The StatusHistoryValue class allows user to refer to the status history associated with changes.

See Also:
Serialized Form

Constructor Summary
StatusHistoryValueIndicator()
           
StatusHistoryValueIndicator(boolean nType, int value)
           
StatusHistoryValueIndicator(boolean nType, int value, IQuerySource source)
           
 
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.
 int getEnumValue()
          Returns an enumerated value identifying the particular status value to use in the operation.
 IQuerySource getSourceSchema()
          Returns the IQuerySource field's source.
 int getType()
           
 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
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StatusHistoryValueIndicator

public StatusHistoryValueIndicator()

StatusHistoryValueIndicator

public StatusHistoryValueIndicator(boolean nType,
                                   int value)

StatusHistoryValueIndicator

public StatusHistoryValueIndicator(boolean nType,
                                   int value,
                                   IQuerySource source)
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.


getType

public int getType()

getSourceSchema

public IQuerySource getSourceSchema()
Returns the IQuerySource field's source.


clone

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

Overrides:
clone in class Object
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 Object

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 Object

toString

public String toString()
Overrides:
toString in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.