public class FieldMapping extends Object
Constructor and Description |
---|
FieldMapping() |
Modifier and Type | Method and Description |
---|---|
static String |
getPOJOField(String brmField)
Returns the POJO field name to which the specified BRM field name is
mapped, or
null if this map contains no mapping for the BRM field
name. |
public static String getPOJOField(String brmField)
null
if this map contains no mapping for the BRM field
name.brmField
- the BRM field name whose associated POJO field name is to
be returnednull
if this map contains no mapping for the BRM field
name