Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


oracle.jdeveloper.history
Class DefaultHistoryProperty

java.lang.Object
  extended by oracle.javatools.history.HistoryProperty
      extended by oracle.jdeveloper.history.DefaultHistoryProperty


public class DefaultHistoryProperty
extends HistoryProperty
Since:
10.1.3.0.3

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

DefaultHistoryProperty

public DefaultHistoryProperty()
Construct a DefaultHistoryProperty with no values.

DefaultHistoryProperty

public DefaultHistoryProperty(java.lang.String name)
Construct a DefaultHistoryProperty.
Parameters:
name - the name of the property.

DefaultHistoryProperty

public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description)
Construct a DefaultHistoryProperty.
Parameters:
name - the name of the property.
description - a description of the property.

DefaultHistoryProperty

public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type)
Construct a DefaultHistoryProperty.
Parameters:
name - the name of the property.
description - a description of the property.
type - the class of the property values.

DefaultHistoryProperty

public DefaultHistoryProperty(java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type,
                              java.lang.Object prototype)
Construct a DefaultHistoryProperty.
Parameters:
name - the name of the property.
description - a description of the property.
type - the class of the property values.
prototype - a prototype value.

DefaultHistoryProperty

public DefaultHistoryProperty(java.lang.String customFilterId,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.Class type,
                              java.lang.Object prototype)
Construct a DefaultHistoryProperty.
Parameters:
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

setCustomFilterId

public void setCustomFilterId(java.lang.String customFilterId)
Set the custom filter ID of this HistoryProperty.
Parameters:
customFilterId - the custom filter ID.

getCustomFilterId

public java.lang.String getCustomFilterId()
Get the custom filter ID of this HistoryProperty.
Returns:
the custom filter ID.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.2.0)

E17493-03


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