oracle.jbo.common
Class AttributeDefValue
java.lang.Object
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,
byte kind,
boolean isQueriable,
boolean isFromReference,
byte updateable,
boolean isPrimaryKey,
boolean isMandatory,
int precision,
int scale,
java.lang.String elemTypeName)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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,
byte kind,
boolean isQueriable,
boolean isFromReference,
byte updateable,
boolean isPrimaryKey,
boolean isMandatory,
int precision,
int scale,
java.lang.String elemTypeName)
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()
getSQLType
public int getSQLType()
getScale
public int getScale()
getPrecision
public int getPrecision()
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()
Copyright © 1997, 2004, Oracle. All rights reserved.