org.jboss.ejb3.annotation.impl
Class TransactionAttributeImpl

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

public class TransactionAttributeImpl
extends java.lang.Object
implements javax.ejb.TransactionAttribute

// *


Constructor Summary
TransactionAttributeImpl()
           
TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
           
 
Method Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
           
 java.lang.String name()
           
 void setType(javax.ejb.TransactionAttributeType type)
           
 javax.ejb.TransactionAttributeType value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
equals, hashCode, toString
 

Constructor Detail

TransactionAttributeImpl

public TransactionAttributeImpl()

TransactionAttributeImpl

public TransactionAttributeImpl(javax.ejb.TransactionAttributeType type)
Method Detail

setType

public void setType(javax.ejb.TransactionAttributeType type)

value

public javax.ejb.TransactionAttributeType value()

annotationType

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

name

public java.lang.String name()