org.openbp.common.generic.description
Interface Validatable

All Known Implementing Classes:
DescriptionObjectImpl, DisplayObjectImpl, DisplayTreeObjectImpl, ObjectDescriptor, PropertyDescriptor

public interface Validatable

Indicates that an object supports validating it's values.

Author:
Heiko Erhardt

Method Summary
 boolean validate(MsgContainer msgContainer)
          Checks if the object is valid.
 

Method Detail

validate

boolean validate(MsgContainer msgContainer)
Checks if the object is valid.

Parameters:
msgContainer - Any errors will be logged to this message container
Returns:
true The object is valid.
false Errors were found within the object or its sub objects.


Copyright © 2011. All Rights Reserved.