| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.db.property.PropertyInitializer
public abstract class PropertyInitializer
| Nested Class Summary | |
|---|---|
static class | 
PropertyInitializer.InitializationVeto
For a particular DBObject instance and property name, a PropertyInitializer may choose to veto providing an initial value by throwing a PropertyInitializer.InitializationVeto exception.  | 
| Constructor Summary | |
|---|---|
protected  | 
PropertyInitializer(DBObjectProvider pro)
NB Sub-classes must provide a DBObjectProvider on instantiation  | 
| Method Summary | |
|---|---|
abstract  java.lang.Object | 
getPropertyInitialValue(DBObject obj,
                        java.lang.String propertyName)
 | 
abstract  java.lang.String[] | 
getPropertyNames(java.lang.Class<? extends DBObject> clz)
 | 
protected  DBObjectProvider | 
getProvider()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
protected PropertyInitializer(DBObjectProvider pro)
| Method Detail | 
|---|
protected final DBObjectProvider getProvider()
public abstract java.lang.String[] getPropertyNames(java.lang.Class<? extends DBObject> clz)
clz - the class of object for which supported properties are being requested.
public abstract java.lang.Object getPropertyInitialValue(DBObject obj,
                                                         java.lang.String propertyName)
                                                  throws PropertyInitializer.InitializationVeto
PropertyInitializer.InitializationVeto
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.0) E13403-08  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||