Interface ValueWrapper<T>

All Known Implementing Classes:
SpecialValueDecimal

public interface ValueWrapper<T>
Provides the access to the original encapsulated value obtained for example from JDBC.
Author:
Jiri Pechanec
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • getWrappedValue

      T getWrappedValue()