com.ibm.as400.resource
Class IntegerValueMap

java.lang.Object
  extended by com.ibm.as400.resource.IntegerValueMap
All Implemented Interfaces:
ValueMap, Serializable

Deprecated. Use packages com.ibm.as400.access and com.ibm.as400.access.list instead.

public class IntegerValueMap
extends Object
implements ValueMap, Serializable

The IntegerValueMap class maps between a logical Integer value and a physical String value.

See Also:
Serialized Form

Constructor Summary
Constructor and Description
IntegerValueMap()
          Deprecated.  
 
Method Summary
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

IntegerValueMap

public IntegerValueMap()
Deprecated. 
Method Detail

ltop

public Object ltop(Object logicalValue,
                   AS400 system)
Deprecated. 
Maps from a logical value to a physical value.

Specified by:
ltop in interface ValueMap
Parameters:
logicalValue - The logical value.
system - The system.
Returns:
The physical value.

ptol

public Object ptol(Object physicalValue,
                   AS400 system)
Deprecated. 
Maps from a physical value to a logical value.

Specified by:
ptol in interface ValueMap
Parameters:
physicalValue - The physical value.
system - The system.
Returns:
The logical value.