Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

oracle.dss.dataView
Class CommonDataview.DefaultAttributeFormatter

java.lang.Object
  extended by oracle.dss.dataView.CommonDataview.DefaultAttributeFormatter
All Implemented Interfaces:
AttributeFormatter
Enclosing class:
CommonDataview

public static class CommonDataview.DefaultAttributeFormatter
extends java.lang.Object
implements AttributeFormatter

For internal use only. Application developers should not use this
The default custom formatter

Constructor Summary
CommonDataview.DefaultAttributeFormatter()
           
 
Method Summary
 java.lang.String formatAsString(java.lang.Object attributeName, java.lang.Object toFormat)
           
 boolean hasAttributeFormatter(java.lang.Object attributeName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonDataview.DefaultAttributeFormatter

public CommonDataview.DefaultAttributeFormatter()
Method Detail

hasAttributeFormatter

public boolean hasAttributeFormatter(java.lang.Object attributeName)
Specified by:
hasAttributeFormatter in interface AttributeFormatter
Returns:
true if a converter is available for this attribute name

formatAsString

public java.lang.String formatAsString(java.lang.Object attributeName,
                                       java.lang.Object toFormat)
Specified by:
formatAsString in interface AttributeFormatter
Returns:
the formatted String. null if the converter was not applied.

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 2 (11.1.2.0.0)

E17492-01

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