AR System Java API

com.bmc.arsys.api
Class LocalizedValueCriteria

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

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.

See Also:
Serialized Form

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()
           
 
Method Summary
 
Methods inherited from class com.bmc.arsys.api.CriteriaFlags
clone, equals, getParameters, getPropertiesToRetrieve, hashCode, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

VALUE

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

See Also:
Constant Field Values

TIMESTAMP

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

See Also:
Constant Field Values
Constructor Detail

LocalizedValueCriteria

public LocalizedValueCriteria()

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.