org.jboss.ejb3.annotation.impl
Class ActivationConfigPropertyImpl

java.lang.Object
  extended by org.jboss.ejb3.annotation.impl.ActivationConfigPropertyImpl
All Implemented Interfaces:
java.lang.annotation.Annotation, javax.ejb.ActivationConfigProperty

public class ActivationConfigPropertyImpl
extends java.lang.Object
implements javax.ejb.ActivationConfigProperty

// *


Constructor Summary
ActivationConfigPropertyImpl(java.lang.String name, java.lang.String value)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String name()
           
 java.lang.String propertyName()
           
 java.lang.String propertyValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode
 

Constructor Detail

ActivationConfigPropertyImpl

public ActivationConfigPropertyImpl(java.lang.String name,
                                    java.lang.String value)
Method Detail

propertyName

public java.lang.String propertyName()

propertyValue

public java.lang.String propertyValue()

name

public java.lang.String name()

annotationType

public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
Specified by:
annotationType in interface java.lang.annotation.Annotation

toString

public java.lang.String toString()
Specified by:
toString in interface java.lang.annotation.Annotation
Overrides:
toString in class java.lang.Object