|
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.StatusHistoryValueIndicator
public class StatusHistoryValueIndicator
The StatusHistoryValue
class allows user to refer to
the status history associated with changes.
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 |
---|
public StatusHistoryValueIndicator()
public StatusHistoryValueIndicator(boolean nType, int value)
public StatusHistoryValueIndicator(boolean nType, int value, IQuerySource source)
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 int getType()
public IQuerySource getSourceSchema()
IQuerySource
field's source.
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |