ilog.server.jcomp
Interface AttributeMapper


public interface AttributeMapper

This is the base interface for the mapping of the attributes.

See Also:
Mapping

Method Summary
abstract  String get(Class rpClass, String attributeName)
           
 

Method Detail

get

public String get(Class rpClass,
                  String attributeName)
Parameters:
rpClass - The representation object class.
attributeName - The name of the attributes.
Returns:
The name of the method to use for the update.