com.bea.workshop.controls.ui.actions
Class DefaultControlInsertionDelegate.AnnotationInfo

java.lang.Object
  extended by com.bea.workshop.controls.ui.actions.DefaultControlInsertionDelegate.AnnotationInfo
Enclosing class:
DefaultControlInsertionDelegate

public static class DefaultControlInsertionDelegate.AnnotationInfo
extends Object

Describes an annotation to be added to a generated control field. The name should be the fully qualified name of the annotation type, and the attrs is an optional map of key/value pairs to be set as attributes of the annotation.


Constructor Summary
DefaultControlInsertionDelegate.AnnotationInfo(String name, Map<String,String> attrs)
           
 
Method Summary
 Map<String,String> getAttrs()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultControlInsertionDelegate.AnnotationInfo

public DefaultControlInsertionDelegate.AnnotationInfo(String name,
                                                      Map<String,String> attrs)
Method Detail

getName

public String getName()

getAttrs

public Map<String,String> getAttrs()