Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

oracle.jbo.domain
Class DomainAttrMapUtil

java.lang.Object
  extended by oracle.jbo.domain.DomainAttrMapUtil

public class DomainAttrMapUtil
extends java.lang.Object

Since:
11.1.1.6.1

Constructor Summary
DomainAttrMapUtil()
           
 
Method Summary
static java.lang.String getMappedAttrName(AttributeDef attrDef, java.lang.String propName)
          Gets the attribute to which the specified property is mapped.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DomainAttrMapUtil

public DomainAttrMapUtil()
Method Detail

getMappedAttrName

public static java.lang.String getMappedAttrName(AttributeDef attrDef,
                                                 java.lang.String propName)
Gets the attribute to which the specified property is mapped.

Parameters:
attrDef - source attribute definition
propName - name of a property defined on the custom type
Returns:
name of the target attribute.

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.7.0)

E10653-08

Copyright © 1997, 2013, Oracle. All rights reserved.