com.bmc.arsys.api
Class LocalizedValueCriteria
java.lang.Object
  
com.bmc.arsys.api.CriteriaFlags
      
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. | 
 
 
 
 
 
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
 
 
LocalizedValueCriteria
public LocalizedValueCriteria()
? Copyright 2006, 2007 BMC Software, Inc.