oracle.adf.dt.controls.treemodel.bean
Class ScalarTypeAttributeInfo
java.lang.Object
oracle.adf.dt.controls.treemodel.bean.ScalarTypeAttributeInfo
- All Implemented Interfaces:
- AttributeInfo
- public class ScalarTypeAttributeInfo
- extends java.lang.Object
- implements AttributeInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScalarTypeAttributeInfo
public ScalarTypeAttributeInfo()
ScalarTypeAttributeInfo
public ScalarTypeAttributeInfo(java.beans.MethodDescriptor method)
- Initialize from a method and reprent the method result
- Parameters:
method
-
getType
public int getType()
- Specified by:
getType
in interface AttributeInfo
getJavaClass
public java.lang.Class getJavaClass()
- Specified by:
getJavaClass
in interface AttributeInfo
getName
public java.lang.String getName()
- Specified by:
getName
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
isReadOnly
public boolean isReadOnly()
- Specified by:
isReadOnly
in interface AttributeInfo
isAccessor
public boolean isAccessor()
- Specified by:
isAccessor
in interface AttributeInfo
getRowSetInfo
public RowsetInfo getRowSetInfo()
- Specified by:
getRowSetInfo
in interface AttributeInfo
getHintValue
public java.lang.String getHintValue(java.lang.String sHintName)
- Specified by:
getHintValue
in interface AttributeInfo
Copyright © 1997, 2004, Oracle. All rights reserved.