org.codehaus.aspectwerkz.annotation
Class IntroduceAnnotationProxy

java.lang.Object
  extended byorg.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
      extended byorg.codehaus.aspectwerkz.annotation.IntroduceAnnotationProxy
All Implemented Interfaces:
Annotation, Serializable

public class IntroduceAnnotationProxy
extends UntypedAnnotationProxy

The 'Introduce' annotation proxy.

Author:
Jonas Bonér
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
m_name, m_value
 
Constructor Summary
IntroduceAnnotationProxy()
           
 
Method Summary
 String deploymentModel()
           
 String expression()
           
 String innerClassName()
           
 String[] introducedInterfaces()
           
 void setdeploymentModel(String deploymentModel)
           
 void setInnerClassName(String innerClassName)
           
 void setIntroducedInterfaces(String[] introducedInterfaceNames)
           
 void setValue(String value)
          Sets the string single value of this untyped annotation
 
Methods inherited from class org.codehaus.aspectwerkz.annotation.UntypedAnnotationProxy
getName, getValue, initialize, isTyped, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IntroduceAnnotationProxy

public IntroduceAnnotationProxy()
Method Detail

expression

public String expression()

deploymentModel

public String deploymentModel()

setValue

public void setValue(String value)
Description copied from class: UntypedAnnotationProxy
Sets the string single value of this untyped annotation

Overrides:
setValue in class UntypedAnnotationProxy
Parameters:
value -

setdeploymentModel

public void setdeploymentModel(String deploymentModel)

introducedInterfaces

public String[] introducedInterfaces()

setIntroducedInterfaces

public void setIntroducedInterfaces(String[] introducedInterfaceNames)

innerClassName

public String innerClassName()

setInnerClassName

public void setInnerClassName(String innerClassName)


Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.