com.thoughtworks.qdox.model.annotation
Class AnnotationUnaryOperator

java.lang.Object
  extended by com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator
All Implemented Interfaces:
AnnotationValue
Direct Known Subclasses:
AnnotationLogicalNot, AnnotationMinusSign, AnnotationNot, AnnotationPlusSign

public abstract class AnnotationUnaryOperator
extends Object
implements AnnotationValue


Constructor Summary
AnnotationUnaryOperator(AnnotationValue value)
           
 
Method Summary
 AnnotationValue getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.thoughtworks.qdox.model.annotation.AnnotationValue
accept, getParameterValue
 

Constructor Detail

AnnotationUnaryOperator

public AnnotationUnaryOperator(AnnotationValue value)
Method Detail

getValue

public AnnotationValue getValue()


Copyright © 2002-2011. All Rights Reserved.