| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
  
oracle.javatools.history.HistoryProperty
      
oracle.jdeveloper.history.DefaultHistoryProperty
public class DefaultHistoryProperty
| Constructor Summary | |
|---|---|
DefaultHistoryProperty()Construct a DefaultHistoryProperty with no values.  | 
|
DefaultHistoryProperty(java.lang.String name)Construct a DefaultHistoryProperty.  | 
|
DefaultHistoryProperty(java.lang.String name, java.lang.String description)Construct a DefaultHistoryProperty.  | 
|
DefaultHistoryProperty(java.lang.String name, java.lang.String description, java.lang.Class type)Construct a DefaultHistoryProperty.  | 
|
DefaultHistoryProperty(java.lang.String name, java.lang.String description, java.lang.Class type, java.lang.Object prototype)Construct a DefaultHistoryProperty.  | 
|
DefaultHistoryProperty(java.lang.String customFilterId, java.lang.String name, java.lang.String description, java.lang.Class type, java.lang.Object prototype)Construct a DefaultHistoryProperty.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getCustomFilterId()Get the custom filter ID of this HistoryProperty.  | 
 void | 
setCustomFilterId(java.lang.String customFilterId)Set the custom filter ID of this HistoryProperty.  | 
| Methods inherited from class oracle.javatools.history.HistoryProperty | 
|---|
getAutoSizeMaximum, getComparator, getDescription, getName, getPreferredAlignment, getPrototypeValue, getType, getWeight, isDefault, setAutoSizeMaximum, setComparator, setDefault, setDescription, setName, setPreferredAlignment, setPrototypeValue, setType, setWeight, toString | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public DefaultHistoryProperty()
public DefaultHistoryProperty(java.lang.String name)
name - the name of the property.
public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description)
name - the name of the property.description - a description of the property.
public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type)
name - the name of the property.description - a description of the property.type - the class of the property values.
public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type,
                              java.lang.Object prototype)
name - the name of the property.description - a description of the property.type - the class of the property values.prototype - a prototype value.
public DefaultHistoryProperty(java.lang.String customFilterId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type,
                              java.lang.Object prototype)
customFilterId - custom filter ID of the property.name - the name of the property.description - a description of the property.type - the class of the property values.prototype - a prototype value.| Method Detail | 
|---|
public void setCustomFilterId(java.lang.String customFilterId)
customFilterId - the custom filter ID.public java.lang.String getCustomFilterId()
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.7.2) E13403-10  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||