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
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
attributeName
public String
attributeName
- The attribute's name.
attributeValue
public String
attributeValue
- The attribute's value.
ControlWizardSimple.TagAttributeValue
public ControlWizardSimple.TagAttributeValue(String
name,
String
value)
- A name/value pair for annotation attributes.