Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util
Class AttributeNamer

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.AttributeNamer

public class AttributeNamer
extends java.lang.Object

A class that helps naming the view/entity attributes based on hints. The length of the names produced by this class will never exceed 23 characters.


Constructor Summary
AttributeNamer()
          Constructs a namer.
 
Method Summary
 java.lang.String getName(java.lang.String h)
          Gets a unique name based on the hint.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeNamer

public AttributeNamer()
Constructs a namer.

Method Detail

getName

public java.lang.String getName(java.lang.String h)
Gets a unique name based on the hint.

Parameters:
h - the hint
Returns:
the name
Throws:
java.lang.IllegalArgumentException - if the hint is null

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.