|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.ibm.as400.resource.IntegerValueMap
public class IntegerValueMap extends Object implements ValueMap, Serializable
The IntegerValueMap class maps between a logical Integer value and a physical String value.
| Constructor and Description |
|---|
IntegerValueMap()
Deprecated. |
| 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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IntegerValueMap()
| Method Detail |
|---|
public Object ltop(Object logicalValue,
AS400 system)
ltop in interface ValueMaplogicalValue - The logical value.system - The system.
public Object ptol(Object physicalValue,
AS400 system)
ptol in interface ValueMapphysicalValue - The physical value.system - The system.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||