public class Category extends ExtensionBean
| Constructor and Description |
|---|
Category()
Creates a category.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
addPropertyChangeListener, addPropertyChangeListener, createCopy, description, equals, extensionId, extensionLine, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, formattedString, formattedString, formattedString, hashCode, id, label, logError, logError, logWarning, name, propertyDescription, propertyLabel, removePropertyChangeListener, removePropertyChangeListener, setters, stringpublic Category()
ExtensionBean.id(),
ExtensionBean.extensionId(), and category fields.protected void copyInternalState(ExtensionBean copy, java.util.Map<java.lang.String,ExtensionBean> context) throws java.lang.reflect.InvocationTargetException
ExtensionBeancopyInternalState 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<java.lang.String, oracle.jdeveloper.audit.extension.ExtensionBean>)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