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

E17493-01

oracle.jdeveloper.audit.extension
Class MetricDefinition

java.lang.Object
  extended by oracle.jdeveloper.audit.extension.Definition
      extended by oracle.jdeveloper.audit.extension.TopLevelDefinition
          extended by oracle.jdeveloper.audit.extension.BeanDefinition
              extended by oracle.jdeveloper.audit.extension.CategoryDefinition
                  extended by oracle.jdeveloper.audit.extension.MetricDefinition
All Implemented Interfaces:
org.xml.sax.Locator

public class MetricDefinition
extends CategoryDefinition


Field Summary
static java.lang.String SHORT_LABEL_KEY
          The key for the short label of a bean.
 
Fields inherited from class oracle.jdeveloper.audit.extension.TopLevelDefinition
DESCRIPTION_KEY, LABEL_KEY
 
Constructor Summary
MetricDefinition(java.lang.String id, CategoryDefinition category, ExtensionBundle bundle, DefinitionContext context)
           
 
Method Summary
 Value getThreshold()
           
 TypeDefinition getValueType()
           
 boolean hasEnabledProperty()
           
 boolean isEnabled()
           
 void setEnabled(boolean enabled)
           
 void setThreshold(Value threshold)
           
 void setValueType(TypeDefinition valueType)
           
 java.lang.String shortLabel()
          Gets the localized short label of a defined bean, or null if none.
 
Methods inherited from class oracle.jdeveloper.audit.extension.CategoryDefinition
description, getCategory, getFeatureId, isModelCategory, label, setCategory
 
Methods inherited from class oracle.jdeveloper.audit.extension.BeanDefinition
getImplementationClass, getValue, getValues, isEnabledByDefault, setImplementationClass, setValues
 
Methods inherited from class oracle.jdeveloper.audit.extension.TopLevelDefinition
addDeprecatedId, addString, equals, formattedString, formattedString, getDeprecatedIds, getElementName, getExtensionBundle, getId, getName, getStrings, getValue, hashCode, instantiate, key, labelOrId, propertyDescription, propertyLabel, propertyString, setStrings, string, toString
 
Methods inherited from class oracle.jdeveloper.audit.extension.Definition
getColumnNumber, getExtensionId, getLineNumber, getPublicId, getSystemId, isExtensionLoaded, log, log
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SHORT_LABEL_KEY

public static final java.lang.String SHORT_LABEL_KEY
The key for the short label of a bean.

See Also:
shortLabel(), Constant Field Values
Constructor Detail

MetricDefinition

public MetricDefinition(java.lang.String id,
                        CategoryDefinition category,
                        ExtensionBundle bundle,
                        DefinitionContext context)
Method Detail

hasEnabledProperty

public boolean hasEnabledProperty()
Overrides:
hasEnabledProperty in class CategoryDefinition

setValueType

public void setValueType(TypeDefinition valueType)

getValueType

public TypeDefinition getValueType()

isEnabled

public boolean isEnabled()

setEnabled

public void setEnabled(boolean enabled)

setThreshold

public void setThreshold(Value threshold)

getThreshold

public Value getThreshold()

shortLabel

public java.lang.String shortLabel()
Gets the localized short label of a defined bean, or null if none.

See Also:
SHORT_LABEL_KEY

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

E17493-01

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