oracle.jbo.jbotester.operation
Class ObjectWrapper
java.lang.Object
oracle.jbo.jbotester.operation.ObjectWrapper
- All Implemented Interfaces:
- oracle.jbo.ComponentObject, oracle.jbo.ExprWrappable, oracle.jbo.GenericHints, oracle.jbo.Properties
public class ObjectWrapper
- extends java.lang.Object
- implements oracle.jbo.ComponentObject
| Fields inherited from interface oracle.jbo.GenericHints |
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectWrapper
public ObjectWrapper(oracle.binding.meta.StructureDefinition sd)
ObjectWrapper
public ObjectWrapper(oracle.binding.meta.DataControlDefinition dc)
ObjectWrapper
public ObjectWrapper(oracle.binding.meta.AccessorDefinition ad)
ObjectWrapper
public ObjectWrapper(oracle.jbo.Row row)
getDefinition
public oracle.binding.meta.NamedDefinition getDefinition()
getStructureDefinition
public oracle.binding.meta.StructureDefinition getStructureDefinition()
getAccessorDefinition
public oracle.binding.meta.AccessorDefinition getAccessorDefinition()
getRow
public oracle.jbo.Row getRow()
getDefName
public java.lang.String getDefName()
- Specified by:
getDefName in interface oracle.jbo.ComponentObject
getDefFullName
public java.lang.String getDefFullName()
- Specified by:
getDefFullName in interface oracle.jbo.ComponentObject
getName
public java.lang.String getName()
- Specified by:
getName in interface oracle.jbo.ComponentObject
getFullName
public java.lang.String getFullName()
- Specified by:
getFullName in interface oracle.jbo.ComponentObject
remove
public void remove()
- Specified by:
remove in interface oracle.jbo.ComponentObject
getProperty
public java.lang.Object getProperty(java.lang.String hintName)
- Specified by:
getProperty in interface oracle.jbo.Properties
getProperty
public java.lang.Object getProperty(java.lang.String hintName,
oracle.jbo.LocaleContext locale)
- Specified by:
getProperty in interface oracle.jbo.Properties
refreshProperty
public java.lang.Object refreshProperty(java.lang.String hintName)
- Specified by:
refreshProperty in interface oracle.jbo.Properties
getHintValue
public java.lang.String getHintValue(oracle.jbo.LocaleContext locale,
java.lang.String sHintName)
- Specified by:
getHintValue in interface oracle.jbo.GenericHints
getLabel
public java.lang.String getLabel(oracle.jbo.LocaleContext locale)
- Specified by:
getLabel in interface oracle.jbo.GenericHints
getLabelPlural
public java.lang.String getLabelPlural(oracle.jbo.LocaleContext locale)
- Specified by:
getLabelPlural in interface oracle.jbo.GenericHints
getTooltip
public java.lang.String getTooltip(oracle.jbo.LocaleContext locale)
- Specified by:
getTooltip in interface oracle.jbo.GenericHints
getProperties
public java.util.Hashtable getProperties()
- Specified by:
getProperties in interface oracle.jbo.Properties
Copyright © 1997, 2011, Oracle. All rights reserved.