org.kuali.student.r2.common.assembler
Interface DynAttrConverter<NativeType>


public interface DynAttrConverter<NativeType>

Created with IntelliJ IDEA. User: Charles Date: 7/9/12 Time: 1:30 PM To change this template use File | Settings | File Templates.


Method Summary
 String convertNativeValueToString(NativeType nativeType)
           
 NativeType convertStringValueToNative(String s)
           
 

Method Detail

convertNativeValueToString

String convertNativeValueToString(NativeType nativeType)

convertStringValueToNative

NativeType convertStringValueToNative(String s)


Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.