public class StatusHistoryValueIndicator extends Object implements Cloneable, Serializable
StatusHistoryValue class allows user to refer to
the status history associated with changes.| Constructor and Description |
|---|
StatusHistoryValueIndicator() |
StatusHistoryValueIndicator(boolean nType,
int value) |
StatusHistoryValueIndicator(boolean nType,
int value,
IQuerySource source) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public StatusHistoryValueIndicator()
public StatusHistoryValueIndicator(boolean nType,
int value)
public StatusHistoryValueIndicator(boolean nType,
int value,
IQuerySource source)
public boolean isUser()
true if the nType is the keyword USERpublic boolean isTime()
true if the nType is the keyword TIMEpublic int getEnumValue()
public int getType()
public IQuerySource getSourceSchema()
IQuerySource field's source.public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.