|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.jdeveloper.audit.extension.ExtensionBean
oracle.jdeveloper.audit.analyzer.Category
public class Category
A category of rules or metrics. Categories primarily serve to group rules or metrics, but they can also expose properties. Typically, these would be properties shared by more than one of the rules or metrics in the category. '
| Field Summary |
|---|
| Fields inherited from class oracle.jdeveloper.audit.extension.ExtensionBean |
|---|
DESCRIPTION_KEY, LABEL_KEY |
| Constructor Summary | |
|---|---|
Category()
Creates a category. |
|
| Method Summary | |
|---|---|
Category |
category()
|
protected void |
copyInternalState(ExtensionBean copy,
java.util.Map<java.lang.String,ExtensionBean> context)
Copies internal subclass state as part of creating a copy of this bean. |
CategoryDefinition |
definition()
Gets the definition of this bean. |
java.lang.String |
featureId()
Gets the feature associated with this category, or null if none. |
java.lang.String |
toString()
|
| Methods inherited from class oracle.jdeveloper.audit.extension.ExtensionBean |
|---|
addPropertyChangeListener, addPropertyChangeListener, createCopy, description, equals, extensionId, extensionLine, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, formattedString, formattedString, formattedString, hashCode, id, key, label, labelOrId, logError, logError, logWarning, name, propertyDescription, propertyLabel, removePropertyChangeListener, removePropertyChangeListener, setters, string |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Category()
ExtensionBean.id(),
ExtensionBean.extensionId(), and category fields.
| Method Detail |
|---|
protected void copyInternalState(ExtensionBean copy,
java.util.Map<java.lang.String,ExtensionBean> context)
throws java.lang.reflect.InvocationTargetException
ExtensionBean
copyInternalState in class ExtensionBeancopy - The partially initialized copy.context - A map which allows subclasses to preserve object identity
when copying a graph of extension beans.
java.lang.reflect.InvocationTargetExceptionExtensionBean.createCopy(java.util.Map) public CategoryDefinition definition()
definition in class ExtensionBeanpublic java.lang.String featureId()
public Category category()
public java.lang.String toString()
toString in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||