com.remedy.arsys.api
Class LocalizedValueCriteria

java.lang.Object
  |
  +--com.remedy.arsys.api.CriteriaFlags
        |
        +--com.remedy.arsys.api.LocalizedValueCriteria

public class LocalizedValueCriteria
extends CriteriaFlags

The LocalizedValueCriteria class defines what values you want returned for a particular message, that is, whether you want to return the message text value, the time stamp, or both.


Field Summary
static int TIMESTAMP
          Include only the time stamp of the message.
static int VALUE
          Include only the value of the message.
 
Constructor Summary
LocalizedValueCriteria()
           
 
Methods inherited from class com.remedy.arsys.api.CriteriaFlags
getPropertiesToRetrieve, setPropertiesToRetrieve, setRetrieveAll
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VALUE

public static final int VALUE
Include only the value of the message.

TIMESTAMP

public static final int TIMESTAMP
Include only the time stamp of the message.
Constructor Detail

LocalizedValueCriteria

public LocalizedValueCriteria()