|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ValueMap
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 system, 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| Modifier and Type | Method and Description |
|---|---|
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 |
|---|
Object ltop(Object logicalValue,
AS400 system)
logicalValue - The logical value.system - The system.
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 | ||||||||