public class LocalizedValueCriteria extends CriteriaFlags
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.| Modifier and Type | Field and Description |
|---|---|
static int |
TIMESTAMP
Include only the time stamp of the message.
|
static int |
VALUE
Include only the value of the message.
|
| Constructor and Description |
|---|
LocalizedValueCriteria() |
clone, equals, getParameters, getPropertiesToRetrieve, hashCode, resetCriteriaFlags, setParameter, setPropertiesToRetrieve, setRetrieveAll, toStringpublic static final int VALUE
public static final int TIMESTAMP
? Copyright 2013 BMC Software, Inc.