Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.common
Interface PropertyMetadataDelegate


public interface PropertyMetadataDelegate

Implementing this interface allows to override the method getDefaults() in PropertyMetadata. If you implement this interface, you also need to call registerDelegate in PropertyMetadata


Method Summary
 java.lang.String getDefault()
           

 

Method Detail

getDefault

public java.lang.String getDefault()
Returns:
the default value for the metadata property for which the implementing class is registered.

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


Copyright © 1997, 2005, Oracle. All rights reserved.