ControlWizardSimple.TagAttributeValue Class

com.bea.ide.control
ControlWizardSimple.TagAttributeValue Class

public static class ControlWizardSimple.TagAttributeValue

    extends Object

Provides a way to capture a property attribute and its values for passing to the IDE. You can use this class to capture attribute values for return in a TagAttributeList with the getInstanceAnnotations method.


Hierarchy
Object
  ControlWizardSimple.TagAttributeValue
Enclosing class

ControlWizardSimple

Field Summary

public String
attributeName
The attribute's name.
public String
attributeValue
The attribute's value.
 

Constructor Summary

ControlWizardSimple.TagAttributeValue(String name, String 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

attributeName

public String attributeName
The attribute's name.


attributeValue

public String attributeValue
The attribute's value.

 

Constructor Detail

ControlWizardSimple.TagAttributeValue

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