ControlWizardSimple.TagAttributeList Class
com.bea.ide.control
ControlWizardSimple.TagAttributeList Class
- public static class ControlWizardSimple.TagAttributeList
extends Object
Provides a way to capture a property annotation and its
attributes for passing to the IDE.
-
Hierarchy
-
Object
ControlWizardSimple.TagAttributeList
-
Enclosing class
-
ControlWizardSimple
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeList
public ArrayList attributeList
- The property annotation's attribute names.
tagName
public String tagName
- The property annotation's name.
ControlWizardSimple.TagAttributeList
public ControlWizardSimple.TagAttributeList(String name,
ArrayList value)
- A name/value pair for annotation attributes.