oracle.dss.dataView
Class AttributeFormatUtils
java.lang.Object
   oracle.dss.dataView.AttributeFormatUtils
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
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AttributeFormatUtils
public AttributeFormatUtils()
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
 
Copyright © 1997, 2011, Oracle. All rights reserved.