ADF Designtime

oracle.adf.dt.objects
Class JUDTJboAttributeInfo

java.lang.Object
  extended byoracle.adf.dt.objects.JUDTJboAttributeInfo
All Implemented Interfaces:
AttributeInfo
Direct Known Subclasses:
JUDTViewAttributeInfo

public class JUDTJboAttributeInfo
extends java.lang.Object
implements AttributeInfo


Field Summary
protected  oracle.jbo.dt.objects.JboAttribute _attr
           
protected  oracle.jbo.common.DefLocaleContext _context
           
protected  oracle.jdeveloper.model.JProject _project
           
protected  int _type
           
 
Fields inherited from interface oracle.adf.dt.AttributeInfo
TYPE_COLLECTION, TYPE_JAVABEAN, TYPE_PRIMITIVE
 
Constructor Summary
JUDTJboAttributeInfo(oracle.jdeveloper.model.JProject project, oracle.jbo.dt.objects.JboAttribute attr)
           
 
Method Summary
 int getControlType()
           
protected  oracle.jbo.dt.objects.JboDomain getDomain()
           
 java.lang.String getFormat()
           
 int getHeight()
           
 java.lang.String getHintValue(java.lang.String sHintName)
           
 java.lang.Class getJavaClass()
           
 java.lang.String getJavaType()
           
 java.lang.Object getModelObject()
           
 java.lang.String getName()
           
 java.lang.String getPrompt()
           
 RowsetInfo getRowSetInfo()
           
 java.lang.String getToolTip()
           
 int getType()
           
 int getWidth()
           
 boolean isAccessor()
           
 boolean isReadOnly()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_attr

protected oracle.jbo.dt.objects.JboAttribute _attr

_context

protected oracle.jbo.common.DefLocaleContext _context

_type

protected int _type

_project

protected oracle.jdeveloper.model.JProject _project
Constructor Detail

JUDTJboAttributeInfo

public JUDTJboAttributeInfo(oracle.jdeveloper.model.JProject project,
                            oracle.jbo.dt.objects.JboAttribute attr)
Method Detail

getDomain

protected oracle.jbo.dt.objects.JboDomain getDomain()

getName

public java.lang.String getName()
Specified by:
getName in interface AttributeInfo

getRowSetInfo

public RowsetInfo getRowSetInfo()
Specified by:
getRowSetInfo in interface AttributeInfo

isAccessor

public boolean isAccessor()
Specified by:
isAccessor in interface AttributeInfo

isReadOnly

public boolean isReadOnly()
Specified by:
isReadOnly in interface AttributeInfo

getPrompt

public java.lang.String getPrompt()
Specified by:
getPrompt in interface AttributeInfo

getJavaType

public java.lang.String getJavaType()
Specified by:
getJavaType in interface AttributeInfo

getWidth

public int getWidth()
Specified by:
getWidth in interface AttributeInfo

getHeight

public int getHeight()
Specified by:
getHeight in interface AttributeInfo

getToolTip

public java.lang.String getToolTip()
Specified by:
getToolTip in interface AttributeInfo

getControlType

public int getControlType()
Specified by:
getControlType in interface AttributeInfo

getFormat

public java.lang.String getFormat()
Specified by:
getFormat in interface AttributeInfo

getModelObject

public java.lang.Object getModelObject()
Specified by:
getModelObject in interface AttributeInfo

getHintValue

public java.lang.String getHintValue(java.lang.String sHintName)
Specified by:
getHintValue in interface AttributeInfo

getType

public int getType()
Specified by:
getType in interface AttributeInfo

getJavaClass

public java.lang.Class getJavaClass()
Specified by:
getJavaClass in interface AttributeInfo

ADF Designtime

 

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