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

E22562-03

oracle.apps.fnd.applcore.dt.trees.metadata.creator.hierarchy
Class TreeAttribute

java.lang.Object
  extended by oracle.apps.fnd.applcore.dt.trees.metadata.creator.hierarchy.TreeAttribute
All Implemented Interfaces:
java.io.Serializable

public class TreeAttribute
extends java.lang.Object
implements java.io.Serializable

A java bean for storing info about a tree attribute. This is cached for performance.

Author:
Pallavi Palparthy <pallavi.palparthy@oracle.com>
See Also:
Serialized Form

Constructor Summary
TreeAttribute(java.lang.String name, int sqlType, java.lang.String format)
          Construct this class.
 
Method Summary
 java.lang.String getFormat()
          Get the format.
 java.lang.String getName()
          get the name.
 int getSqlType()
          Get the sql type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TreeAttribute

public TreeAttribute(java.lang.String name,
                     int sqlType,
                     java.lang.String format)
Construct this class.

Parameters:
name - name.
sqlType - type of column.
format - format.
Method Detail

getName

public java.lang.String getName()
get the name.

Returns:
name.

getSqlType

public int getSqlType()
Get the sql type.

Returns:
sql type.

getFormat

public java.lang.String getFormat()
Get the format.

Returns:
format.

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.