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

E17483-02

oracle.jbo.common
Class AttributeDefValue

java.lang.Object
  extended by oracle.jbo.common.AttributeDefValue
All Implemented Interfaces:
java.io.Serializable

public final class AttributeDefValue
extends java.lang.Object
implements java.io.Serializable

AttributeDefValue describes the View Object attribute.

See Also:
Serialized Form

Constructor Summary
AttributeDefValue()
           
AttributeDefValue(java.lang.String name, java.lang.String columnName, java.lang.String columnNameForQuery, int index, java.lang.String javaTypeName, int sqlType, int typeGroup, byte kind, boolean isSelected, boolean isQueriable, boolean isFromReference, byte updateable, boolean isPrimaryKey, boolean isMandatory, int precision, int scale, java.lang.String elemTypeName, java.util.ArrayList compOpers, java.lang.String LOVName, boolean isDiscrColumn)
          Deprecated.  
 
Method Summary
 byte getAttributeKind()
           
 java.lang.String getColumnName()
           
 java.lang.String getColumnNameForQuery()
           
 java.util.ArrayList getCompOpers()
           
 int getElemSQLType()
           
 java.lang.Class getElemType()
           
 java.lang.String getElemTypeName()
           
 int getIndex()
           
 java.lang.Class getJavaType()
           
 java.lang.String getJavaTypeName()
           
 java.lang.String getLOVName()
           
 java.lang.String getName()
           
 int getPrecision()
           
 int getScale()
           
 int getSQLType()
           
static int getSQLTypeFromClass(java.lang.Class cls)
           
 int getTypeGroup()
           
 AttributeHints getUIHelper()
           
 byte getUpdateableFlag()
           
 boolean isDiscrColumn()
           
 boolean isFromReference()
           
 boolean isMandatory()
           
 boolean isPrimaryKey()
           
 boolean isQueriable()
           
 boolean isSelected()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeDefValue

public AttributeDefValue()

AttributeDefValue

public AttributeDefValue(java.lang.String name,
                         java.lang.String columnName,
                         java.lang.String columnNameForQuery,
                         int index,
                         java.lang.String javaTypeName,
                         int sqlType,
                         int typeGroup,
                         byte kind,
                         boolean isSelected,
                         boolean isQueriable,
                         boolean isFromReference,
                         byte updateable,
                         boolean isPrimaryKey,
                         boolean isMandatory,
                         int precision,
                         int scale,
                         java.lang.String elemTypeName,
                         java.util.ArrayList compOpers,
                         java.lang.String LOVName,
                         boolean isDiscrColumn)
Deprecated. 

Use the constructor with LOVname

Method Detail

getAttributeKind

public byte getAttributeKind()

getName

public java.lang.String getName()

getColumnName

public java.lang.String getColumnName()

getColumnNameForQuery

public java.lang.String getColumnNameForQuery()

getIndex

public int getIndex()

getJavaTypeName

public java.lang.String getJavaTypeName()

getJavaType

public java.lang.Class getJavaType()

getLOVName

public java.lang.String getLOVName()

getSQLType

public int getSQLType()

getTypeGroup

public int getTypeGroup()

getScale

public int getScale()

getPrecision

public int getPrecision()

isDiscrColumn

public boolean isDiscrColumn()

isSelected

public boolean isSelected()

isQueriable

public boolean isQueriable()

getUpdateableFlag

public byte getUpdateableFlag()

isFromReference

public boolean isFromReference()

isPrimaryKey

public boolean isPrimaryKey()

isMandatory

public boolean isMandatory()

getUIHelper

public AttributeHints getUIHelper()

getElemTypeName

public java.lang.String getElemTypeName()

getElemType

public java.lang.Class getElemType()

getSQLTypeFromClass

public static int getSQLTypeFromClass(java.lang.Class cls)

getElemSQLType

public int getElemSQLType()

getCompOpers

public java.util.ArrayList getCompOpers()

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

E17483-02

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