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

Field Summary

public ArrayList
attributeList
The property annotation's attribute names.
public String
tagName
The property annotation's name.
 

Constructor Summary

ControlWizardSimple.TagAttributeList(String name, ArrayList value)

A name/value pair for annotation attributes.
 

Method Summary

 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Field Detail

attributeList

public ArrayList attributeList
The property annotation's attribute names.


tagName

public String tagName
The property annotation's name.

 

Constructor Detail

ControlWizardSimple.TagAttributeList

public ControlWizardSimple.TagAttributeList(String name, 
                                            ArrayList value)
A name/value pair for annotation attributes.