Skip navigation links 
 
oracle.jdeveloper.audit.analyzer
Class Attribute
java.lang.Object
  
oracle.jdeveloper.audit.extension.ExtensionBean
      
oracle.jdeveloper.audit.analyzer.Metric
          
oracle.jdeveloper.audit.analyzer.Attribute
Deprecated. Use Metric
- 
public class Attribute
 
- extends Metric
 
 
 
 
  
 
| 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. | 
  
 
 
 
| 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 | 
 
 
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. 
 
Skip navigation links 
 
Copyright © 1997, 2011, Oracle. All rights reserved.