Skip navigation links

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

E17492-04


oracle.dss.dataView
Class AttributeFormatUtils

java.lang.Object
  extended by oracle.dss.dataView.AttributeFormatUtils


public class AttributeFormatUtils
extends java.lang.Object
For internal use only. Application developers should not use this
Utilities for converting values using data views

Constructor Summary
AttributeFormatUtils()
           

 

Method Summary
static java.lang.Object getAttributeFormattedMemberMetadataValue(CommonDataview dataView, int edge, int slice, int layer)
           
static java.lang.Object getAttributeFormattedSliceValue(CommonDataview dataView, int edge, int slice, java.lang.String memberLabelType)
           
static java.lang.Object getAttributeFormattedValue(CommonDataview dataView, int edge, int layer, java.lang.Object value)
           

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

AttributeFormatUtils

public AttributeFormatUtils()

Method Detail

getAttributeFormattedMemberMetadataValue

public static java.lang.Object getAttributeFormattedMemberMetadataValue(CommonDataview dataView,
                                                                        int edge,
                                                                        int slice,
                                                                        int layer)
                                                                 throws EdgeOutOfRangeException,
                                                                        LayerOutOfRangeException,
                                                                        SliceOutOfRangeException
Returns:
The formatted object. Null if the converter was not applied.
Throws:
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
For internal use only. Application developers should not use this
Formats the value at the specified location using a custom converter if one is specified for the passed in layer

getAttributeFormattedSliceValue

public static java.lang.Object getAttributeFormattedSliceValue(CommonDataview dataView,
                                                               int edge,
                                                               int slice,
                                                               java.lang.String memberLabelType)
                                                        throws EdgeOutOfRangeException,
                                                               LayerOutOfRangeException,
                                                               SliceOutOfRangeException
Returns:
The formatted slice label object.
Throws:
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
For internal use only. Application developers should not use this
Formats the slice label using custom converters set on data view.

getAttributeFormattedValue

public static java.lang.Object getAttributeFormattedValue(CommonDataview dataView,
                                                          int edge,
                                                          int layer,
                                                          java.lang.Object value)
                                                   throws EdgeOutOfRangeException,
                                                          LayerOutOfRangeException,
                                                          SliceOutOfRangeException
Returns:
The formatted object. Null if the converter was not applied.
Throws:
EdgeOutOfRangeException
LayerOutOfRangeException
SliceOutOfRangeException
For internal use only. Application developers should not use this
Formats the passed in value using a custom converter if one is specified for the passed in layer

Skip navigation links

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

E17492-04


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