org.apache.webbeans.portable.events
Class ProcessAnnotatedTypeImpl<X>

java.lang.Object
  extended by org.apache.webbeans.portable.events.ProcessAnnotatedTypeImpl<X>
Type Parameters:
X - bean class info
All Implemented Interfaces:
ProcessAnnotatedType<X>
Direct Known Subclasses:
GProcessAnnotatedType

public class ProcessAnnotatedTypeImpl<X>
extends Object
implements ProcessAnnotatedType<X>

Default implementation of the ProcessAnnotatedType.

Version:
$Rev: 952250 $ $Date: 2010-06-07 16:39:41 +0200 (Mo, 07 Jun 2010) $

Constructor Summary
ProcessAnnotatedTypeImpl(AnnotatedType<X> annotatedType)
          Creates a new instance with the given annotated type.
 
Method Summary
 AnnotatedType<X> getAnnotatedType()
          
 boolean isSet()
          Returns sets or not.
 boolean isVeto()
          Returns veto status.
 void setAnnotatedType(AnnotatedType<X> type)
          
 void veto()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessAnnotatedTypeImpl

public ProcessAnnotatedTypeImpl(AnnotatedType<X> annotatedType)
Creates a new instance with the given annotated type.

Parameters:
annotatedType - annotated type
Method Detail

getAnnotatedType

public AnnotatedType<X> getAnnotatedType()

Specified by:
getAnnotatedType in interface ProcessAnnotatedType<X>

setAnnotatedType

public void setAnnotatedType(AnnotatedType<X> type)

Specified by:
setAnnotatedType in interface ProcessAnnotatedType<X>

isSet

public boolean isSet()
Returns sets or not.

Returns:
set or not

veto

public void veto()

Specified by:
veto in interface ProcessAnnotatedType<X>

isVeto

public boolean isVeto()
Returns veto status.

Returns:
veto status


Copyright © 2008-2010 The Apache Software Foundation. All Rights Reserved.