Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common
Class AttributeHintsMap

java.lang.Object
  extended by java.util.AbstractMap
      extended by oracle.jbo.common.JboAbstractMap
          extended by oracle.jbo.common.AttributeHintsMap

All Implemented Interfaces:
java.util.Map

public class AttributeHintsMap
extends JboAbstractMap

Nested Class Summary

 

Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>

 

Nested classes/interfaces inherited from interface java.util.Map
java.util.Map.Entry<K,V>

 

Field Summary
static java.lang.String HINT_NAME_UPDATEABLE_FLAG
           
static java.lang.String HINTS_ALLOWS
           
static java.lang.String HINTS_ATTRIBUTE_DEF
           
static java.lang.String HINTS_PRECISION
           
static java.lang.String HINTS_SCALE
           

 

Fields inherited from class oracle.jbo.common.JboAbstractMap
MAP_NULL_VALUE

 

Constructor Summary
AttributeHintsMap(AttributeDef attrDef, Row row, LocaleContext localeContext)
           

 

Method Summary
protected  LocaleContext getLocaleContext()
           
protected  AttributeDef getMappedAttributeDef()
           
protected  java.lang.String getName()
           
protected  Row getRow(java.lang.String propertyKey)
          pass key as some properties require current row and subclasses may have their own way to get them
protected  java.lang.Object internalGet(java.lang.String key)
           

 

Methods inherited from class oracle.jbo.common.JboAbstractMap
entrySet, equals, get, hashCode, internalPut, put, setThrowIfPropertyNotFoundOnGet

 

Methods inherited from class java.util.AbstractMap
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, toString, values

 

Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait

 

Field Detail

HINTS_PRECISION

public static final java.lang.String HINTS_PRECISION
See Also:
Constant Field Values

HINTS_SCALE

public static final java.lang.String HINTS_SCALE
See Also:
Constant Field Values

HINT_NAME_UPDATEABLE_FLAG

public static final java.lang.String HINT_NAME_UPDATEABLE_FLAG
See Also:
Constant Field Values

HINTS_ALLOWS

public static final java.lang.String HINTS_ALLOWS
See Also:
Constant Field Values

HINTS_ATTRIBUTE_DEF

public static final java.lang.String HINTS_ATTRIBUTE_DEF
See Also:
Constant Field Values

Constructor Detail

AttributeHintsMap

public AttributeHintsMap(AttributeDef attrDef,
                         Row row,
                         LocaleContext localeContext)

Method Detail

getLocaleContext

protected LocaleContext getLocaleContext()

internalGet

protected java.lang.Object internalGet(java.lang.String key)
Overrides:
internalGet in class JboAbstractMap

getRow

protected Row getRow(java.lang.String propertyKey)
pass key as some properties require current row and subclasses may have their own way to get them

getName

protected java.lang.String getName()

getMappedAttributeDef

protected AttributeDef getMappedAttributeDef()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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