to.etc.domui.util
Interface IValueTransformer<T>

All Known Subinterfaces:
IValueAccessor<T>, PropertyMetaModel<T>
All Known Implementing Classes:
DefaultPropertyMetaModel, ExpandedDisplayProperty, ExpandedDisplayPropertyList, IdentityAccessor, JoinedDisplayProperty, PathPropertyMetaModel, PropertyAccessor, PropertyMetaModelWrapper, SubAccessor

public interface IValueTransformer<T>

Transforms a given Object into another object, in an unspecified way.

Author:
Frits Jalvingh Created on Jun 18, 2008

Method Summary
 T getValue(java.lang.Object in)
           
 

Method Detail

getValue

T getValue(java.lang.Object in)
           throws java.lang.Exception
Throws:
java.lang.Exception