com.softwareag.centrasite.appl.framework.validation.impl
Interface ValueProvider

All Known Implementing Classes:
DefaultControl

public interface ValueProvider

Interface of an object, which has a method getValueObject(). This is typically used by constraints, which must retrieve the value, which is being checked.


Method Summary
 java.lang.Object getValueObject()
          Returns the value providers value object.
 

Method Detail

getValueObject

java.lang.Object getValueObject()
                                throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Returns the value providers value object.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException