Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


oracle.jbo.common
Class AttributeInfo

java.lang.Object
  extended by oracle.jbo.common.PropertiesHelper
      extended by oracle.jbo.common.AttributeDefHelper
          extended by oracle.jbo.common.AttributeInfo

All Implemented Interfaces:
java.io.Serializable, AttributeDef, Properties

public class AttributeInfo
extends AttributeDefHelper
See Also:
Serialized Form

Field Summary

 

Fields inherited from class oracle.jbo.common.AttributeDefHelper
HISTORY_TYPE_RESERVED_IDS

 

Fields inherited from class oracle.jbo.common.PropertiesHelper
mProperties

 

Fields inherited from interface oracle.jbo.AttributeDef
ATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_HIDDEN, ATTR_PERSISTENT, ATTR_ROWSET, ATTR_SQL_DERIVED, ATTR_TRANSIENT, ATTR_VARIABLE, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW

 

Method Summary
 java.lang.String getBaseAttrName()
           
 ListBindingDef getListBindingDef()
           
 AttributeHints getUIHelper()
          Returns the user interface hints interface for retrieving hint information such as labels, prompts,...
 java.lang.String getUsageName()
           
 boolean isAllAttributes()
           
 boolean isPersistent()
           

 

Methods inherited from class oracle.jbo.common.AttributeDefHelper
convertUpdateableFlagToString, convertUpdateableStringToFlag, getAccessorVO, getAttributeKind, getColumnName, getColumnNameForQuery, getElemSQLType, getElemType, getIndex, getJavaType, getJavaTypeName, getLOVName, getName, getPrecision, getScale, getSQLType, getTypeGroup, getUpdateableFlag, isDiscrColumn, isFromReference, isMandatory, isPrimaryKey, isQueriable, isSelected, parseFormattedAttribute, setName

 

Methods inherited from class oracle.jbo.common.PropertiesHelper
closeObject, getImageLoc, getProperties, getProperty, getProperty, isReadOnly, refreshProperties, refreshProperty, setProperty

 

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

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty

 

Method Detail

getListBindingDef

public ListBindingDef getListBindingDef()

getUIHelper

public AttributeHints getUIHelper()
Description copied from interface: AttributeDef
Returns the user interface hints interface for retrieving hint information such as labels, prompts,...
See Also:
AttributeHints

isAllAttributes

public boolean isAllAttributes()

getUsageName

public java.lang.String getUsageName()

getBaseAttrName

public java.lang.String getBaseAttrName()

isPersistent

public boolean isPersistent()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1)

E10653-03


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