Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

oracle.jdeveloper.audit.analyzer
Class Attribute

java.lang.Object
  extended by oracle.jdeveloper.audit.extension.ExtensionBean
      extended by oracle.jdeveloper.audit.analyzer.Metric
          extended by oracle.jdeveloper.audit.analyzer.Attribute

Deprecated. Use Metric

public class Attribute
extends Metric


Field Summary
 
Fields inherited from class oracle.jdeveloper.audit.analyzer.Metric
comparator, threshold, type
 
Fields inherited from class oracle.jdeveloper.audit.extension.ExtensionBean
DESCRIPTION_KEY, LABEL_KEY, SHORT_LABEL_KEY, TIP_KEY
 
Constructor Summary
Attribute(java.lang.String name, Category category, java.lang.Class type, Localizer localizer)
          Deprecated. Creates a metric with no thresholds.
Attribute(java.lang.String name, Category category, java.lang.Class type, java.lang.Object threshold, Localizer localizer)
          Deprecated. Creates a metric.
Attribute(java.lang.String id, java.lang.String extensionId, Category category, java.lang.Class valueType, java.lang.Object threshold)
          Deprecated. Creates a metric.
 
Method Summary
 
Methods inherited from class oracle.jdeveloper.audit.analyzer.Metric
comparator, copyInternalState, getCategory, getThreshold, getType, isEnabled, isOutOfBand, setEnabled, setThreshold, toString
 
Methods inherited from class oracle.jdeveloper.audit.extension.ExtensionBean
addPropertyChangeListener, addPropertyChangeListener, createCopy, description, equals, extensionId, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, formattedString, formattedString, hashCode, id, label, labelOrId, logError, logWarning, propertyDescription, propertyLabel, propertyString, propertyTip, removePropertyChangeListener, removePropertyChangeListener, setCompatibilityBundle, setStrings, setters, shortLabel, string, strings, tip
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Attribute

public Attribute(java.lang.String id,
                 java.lang.String extensionId,
                 Category category,
                 java.lang.Class valueType,
                 java.lang.Object threshold)
Deprecated. 
Creates a metric.

Parameters:
id - The name of this metric.
category - The category of this metric.
valueType - The type of this metric.
threshold - The threshold of this metric.

Attribute

public Attribute(java.lang.String name,
                 Category category,
                 java.lang.Class type,
                 java.lang.Object threshold,
                 Localizer localizer)
Deprecated. 
Creates a metric.

Parameters:
name - The name of this metric.
category - The category of this metric.
type - The type of this metric.
threshold - The threshold of this metric.
localizer - The localizer which supplies localized strings for this metric.

Attribute

public Attribute(java.lang.String name,
                 Category category,
                 java.lang.Class type,
                 Localizer localizer)
Deprecated. 
Creates a metric with no thresholds.

Parameters:
name - The name of this metric.
category - The category of this metric.
type - The type of this metric.
localizer - The localizer which supplies localized strings for this metric.

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.7.0)

E13403-08

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