oracle.owb.transformation
Class PLSQLRecordAttribute
oracle.owb.transformation.PLSQLRecordAttribute
- All Implemented Interfaces:
- Attribute, Datatyped, Extensible, OWBNamedObject, PropertyOwner
- class PLSQLRecordAttribute
- implements Attribute, Extensible
|
Constructor Summary |
(package private) |
PLSQLRecordAttribute(oracle.wh.repos.sdk.WBAttribute attribute)
|
| Methods inherited from interface oracle.owb.foundation.OWBNamedObject |
delete, getBusinessName, getClassDefinition, getComponent, getDescription, getName, getUOID, isDeletable, isEditable, isRenamable, setBusinessName, setDescription, setName |
prop_datatype
public static final java.lang.String prop_datatype
PLSQLRecordAttribute
PLSQLRecordAttribute(oracle.wh.repos.sdk.WBAttribute attribute)
setDatatype
public void setDatatype(Datatype datatype)
- Description copied from interface:
Datatyped
- Sets the datatype of object.
- Specified by:
setDatatype in interface Datatyped
- Following copied from interface:
oracle.owb.foundation.type.Datatyped
- Parameters:
datatype - - The datatype to be assigned to this typed object.- See Also:
#getDatatype.
getDatatype
public Datatype getDatatype()
- Description copied from interface:
Datatyped
- Gets the datatype of object.
- Specified by:
getDatatype in interface Datatyped
- Following copied from interface:
oracle.owb.foundation.type.Datatyped
- Returns:
- The datatype of this typed object.
- See Also:
#setDatatype.
getPropertyValue
public java.lang.Object getPropertyValue(java.lang.String key)
throws NoSuchPropertyException
- Description copied from interface:
PropertyOwner
- Get property value given a property name.
- Specified by:
getPropertyValue in interface PropertyOwner
- Following copied from interface:
oracle.owb.foundation.property.PropertyOwner
- Parameters:
key - A property name- Returns:
- The property value for the property name.
- Throws:
NoSuchPropertyException - - See Also:
PropertyOwner.setPropertyValue(java.lang.String, java.lang.Object)
setPropertyValue
public void setPropertyValue(java.lang.String key,
java.lang.Object value)
throws NoSuchPropertyException,
TypeMismatchException
- Description copied from interface:
PropertyOwner
- Set a property value.
- Specified by:
setPropertyValue in interface PropertyOwner
- Following copied from interface:
oracle.owb.foundation.property.PropertyOwner
- Parameters:
key - A property namevalue - A property value- Throws:
NoSuchPropertyException - TypeMismatchException - - See Also:
PropertyOwner.getPropertyValue(java.lang.String)
getWBAttribute
public oracle.wh.repos.sdk.WBAttribute getWBAttribute()