|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ValueMap interface represents a mapping between physical and logical values. While this could be used in many contexts, the most common is to consider the physical value as stored on or communicated to a server, and the logical value to be manipulated or externalized in Java.
This class is intended as a helper class for implementing subclasses
of Resource
.
AbstractValueMap
Method Summary | |
---|---|
Object |
ltop(Object logicalValue,
AS400 system)
Deprecated. Maps from a logical value to a physical value. |
Object |
ptol(Object physicalValue,
AS400 system)
Deprecated. Maps from a physical value to a logical value. |
Method Detail |
public Object ltop(Object logicalValue, AS400 system)
logicalValue
- The logical value.system
- The system.
public Object ptol(Object physicalValue, AS400 system)
physicalValue
- The physical value.system
- The system.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |