|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
P - the physical type of valueV - the virtual type of valuepublic interface TypeConverter<P,V>
Defines an interface for converting values from and to their physical materializations and their virtual representations.
ConvertedDataContext| Method Summary | |
|---|---|
P |
toPhysicalValue(V virtualValue)
Converts a virtual representation of a value into it's physical value. |
V |
toVirtualValue(P physicalValue)
Converts a physical value into it's virtual representation. |
| Method Detail |
|---|
P toPhysicalValue(V virtualValue)
virtualValue - the virtual representation
V toVirtualValue(P physicalValue)
physicalValue - the physical value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||