|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--oracle.owb.foundation.OWBNamedObjectImpl
|
+--oracle.owb.foundation.property.PropertyOwnerImpl
|
+--oracle.owb.foundation.extensible.ExtensibleImpl
|
+--oracle.owb.foundation.type.DatatypedImpl
|
+--oracle.owb.transformation.PLSQLRecordAttribute
| Field Summary | |
static java.lang.String |
prop_datatype |
| Fields inherited from class oracle.owb.foundation.extensible.ExtensibleImpl |
service |
| Fields inherited from class oracle.owb.foundation.OWBNamedObjectImpl |
m_namedObjectTable |
| Constructor Summary | |
(package private) |
PLSQLRecordAttribute(oracle.wh.repos.sdk.WBAttribute attribute) |
| Method Summary | |
Datatype |
getDatatype()Gets the datatype of object. |
java.lang.Object |
getPropertyValue(java.lang.String key)Get property value given a property name. |
oracle.wh.repos.sdk.WBAttribute |
getWBAttribute() |
void |
setDatatype(Datatype datatype)Sets the datatype of object. |
void |
setPropertyValue(java.lang.String key, java.lang.Object value)Set a property value. |
| Methods inherited from class oracle.owb.foundation.type.DatatypedImpl |
getLength, getPrecision, getScale, isPrecisionOmitted, setLength, setPrecision, setPrecisionOmitted, setScale |
| Methods inherited from class oracle.owb.foundation.extensible.ExtensibleImpl |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyKeys, getPropertyValueString, getWBExtensible, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValueByString |
| Methods inherited from class oracle.owb.foundation.property.PropertyOwnerImpl |
getPropertyDomain |
| Methods inherited from class oracle.owb.foundation.OWBNamedObjectImpl |
clearCache, constructOWBNamedObject, delete, equals, getBusinessName, getClassDefinition, getComponent, getDelegate, getDescription, getName, getNamedObject, getNamedObject, getNLSString, getNLSString, getNLSString, getUOID, hashCode, internalGetUOID, internalSetUOID, isDeletable, isEditable, isInvalid, isRenamable, notifyDelete, setBusinessName, setDelegate, setDescription, setName |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
| Methods inherited from interface oracle.owb.foundation.type.Datatyped |
getLength, getPrecision, getScale, isPrecisionOmitted, setLength, setPrecision, setPrecisionOmitted, setScale |
| Methods inherited from interface oracle.owb.foundation.property.PropertyOwner |
getDefaultPropertyValue, getLogicalPropertyKeys, getPhysicalPropertyKeys, getPropertyDomain, getPropertyKeys, getPropertyValueString, isLogicalProperty, isPhysicalProperty, isReadOnlyProperty, setPropertyValueByString |
| Field Detail |
public static final java.lang.String prop_datatype
| Constructor Detail |
PLSQLRecordAttribute(oracle.wh.repos.sdk.WBAttribute attribute)
| Method Detail |
public void setDatatype(Datatype datatype)
DatatypedsetDatatype in interface DatatypedsetDatatype in class oracle.owb.foundation.type.DatatypedImpldatatype - - The datatype to be assigned to this typed object.#getDatatype.public Datatype getDatatype()
DatatypedgetDatatype in interface DatatypedgetDatatype in class oracle.owb.foundation.type.DatatypedImpl#setDatatype.
public java.lang.Object getPropertyValue(java.lang.String key)
throws NoSuchPropertyException
PropertyOwnergetPropertyValue in interface PropertyOwnergetPropertyValue in class oracle.owb.foundation.extensible.ExtensibleImplkey - A property nameNoSuchPropertyExceptionPropertyOwner.setPropertyValue(java.lang.String, java.lang.Object)
public void setPropertyValue(java.lang.String key,
java.lang.Object value)
throws NoSuchPropertyException,
TypeMismatchException
PropertyOwnersetPropertyValue in interface PropertyOwnersetPropertyValue in class oracle.owb.foundation.extensible.ExtensibleImplkey - A property namevalue - A property valueTypeMismatchExceptionNoSuchPropertyExceptionPropertyOwner.getPropertyValue(java.lang.String)public oracle.wh.repos.sdk.WBAttribute getWBAttribute()
getWBAttribute in class oracle.owb.foundation.type.DatatypedImpl
|
Oracle Warehouse Builder Java API Reference 10g Release 1 (10.1) B12155-01 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||