protected class RawUsageRecord.MoveToUsageRecordTypeAction extends Object implements FieldAction
| Modifier | Constructor and Description |
|---|---|
protected |
RawUsageRecord.MoveToUsageRecordTypeAction() |
| Modifier and Type | Method and Description |
|---|---|
Serializable |
validate(String key,
Serializable value,
UsageRecord usageRecord)
Validate (and eventually convert) the value of the property identified by
the key.
|
protected RawUsageRecord.MoveToUsageRecordTypeAction()
public Serializable validate(String key, Serializable value, UsageRecord usageRecord) throws InvalidValueException
FieldActionvalidate in interface FieldActionkey - The key of the propertyvalue - The value to be validated (and eventually converted) of the
propertyusageRecord - the Usage Record the property is attachedInvalidValueException - if the validation or the eventual
conversion failsCopyright © 2015. All Rights Reserved.