|
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 | |||||||||
PropertyOwner interface provides definition of all valid properties and access methods.
| Method Summary | |
java.lang.Object |
getDefaultPropertyValue(java.lang.String key)Obtain the default property value given a property name. |
java.lang.String[] |
getLogicalPropertyKeys()Retrieves all valid logical property names. |
java.lang.String[] |
getPhysicalPropertyKeys()Retrieve all valid physical property names. |
Domain |
getPropertyDomain(java.lang.String key)Obtain the value domain definition for a property. |
java.lang.String[] |
getPropertyKeys()Retrieves all valid property names. |
java.lang.Object |
getPropertyValue(java.lang.String key)Get property value given a property name. |
java.lang.String |
getPropertyValueString(java.lang.String key)Get property value and convert to string format. |
boolean |
isLogicalProperty(java.lang.String key)Check if a given property name corresponds to a logical property. |
boolean |
isPhysicalProperty(java.lang.String key)Check if a given property name corresponds to a physical property. |
boolean |
isReadOnlyProperty(java.lang.String key)Check whether a given property is read only. |
void |
setPropertyValue(java.lang.String key, java.lang.Object value)Set a property value. |
void |
setPropertyValueByString(java.lang.String key, java.lang.String value)Set a property value converted from a string. |
| Method Detail |
public java.lang.String[] getPropertyKeys()
public java.lang.String[] getLogicalPropertyKeys()
public java.lang.String[] getPhysicalPropertyKeys()
public boolean isLogicalProperty(java.lang.String key)
key - A property namepublic boolean isPhysicalProperty(java.lang.String key)
key - A property namepublic boolean isReadOnlyProperty(java.lang.String key)
key - A property name
public Domain getPropertyDomain(java.lang.String key)
throws NoSuchPropertyException
key - A property nameNoSuchPropertyException
public java.lang.Object getDefaultPropertyValue(java.lang.String key)
throws NoSuchPropertyException
key - A property nameNoSuchPropertyException
public void setPropertyValue(java.lang.String key,
java.lang.Object value)
throws NoSuchPropertyException,
TypeMismatchException
key - A property namevalue - A property valueNoSuchPropertyExceptionTypeMismatchExceptiongetPropertyValue(java.lang.String)
public void setPropertyValueByString(java.lang.String key,
java.lang.String value)
throws NoSuchPropertyException,
TypeMismatchException
key - A property namevalue - A string which can be converted to the type of object based on the type of the property.NoSuchPropertyExceptionTypeMismatchException
public java.lang.Object getPropertyValue(java.lang.String key)
throws NoSuchPropertyException
key - A property nameNoSuchPropertyExceptionsetPropertyValue(java.lang.String, java.lang.Object)
public java.lang.String getPropertyValueString(java.lang.String key)
throws NoSuchPropertyException,
TypeMismatchException
key - A property nameNoSuchPropertyExceptionTypeMismatchException
|
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 | |||||||||