com.softwareag.mdm.instance
Interface ValueContextForInputValidation

All Superinterfaces:
ValueContext, ValueContextForValidation

public interface ValueContextForInputValidation
extends ValueContextForValidation

This container-interface adds to the validation interface the possibility to set values that will be automatically validated against the underlying schema.


Method Summary
 void setNewValue(Object aValue)
          Sets the value specified to the current node.
 
Methods inherited from interface com.softwareag.mdm.instance.ValueContextForValidation
addError, addInfo, addMessage, addWarning, hasErrorsOnNode
 
Methods inherited from interface com.softwareag.mdm.instance.ValueContext
displayOccurrence, formatOccurrence, getHome, getNode, getNode, getValue, getValue
 

Method Detail

setNewValue

public void setNewValue(Object aValue)
Sets the value specified to the current node.

The container will validate it against the schema type and constraints.

Warning: data updates

Any update on data must conform to Rule for updates.



(report a bug)
webMethods MDM 4.2.8 [0558]
Copyright Software AG 2000-2007. All rights reserved.