oracle.jbo.common
Class AttributeHintsMap
java.lang.Object
  
java.util.AbstractMap
      
oracle.jbo.common.JboAbstractMap
          
oracle.jbo.common.AttributeHintsMap
- All Implemented Interfaces: 
 - java.util.Map
 
public class AttributeHintsMap
- extends JboAbstractMap
 
 
| 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> | 
 
 
 
 
 
 
| 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 | 
 
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
 
AttributeHintsMap
public AttributeHintsMap(AttributeDef attrDef,
                         Row row,
                         LocaleContext localeContext)
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()
 
Copyright © 1997, 2011, Oracle. All rights reserved.