Class AnnotationGreaterEquals
- java.lang.Object
-
- com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
-
- com.thoughtworks.qdox.model.annotation.AnnotationGreaterEquals
-
- All Implemented Interfaces:
AnnotationValue
public class AnnotationGreaterEquals extends AnnotationBinaryOperator
-
-
Constructor Summary
Constructors Constructor Description AnnotationGreaterEquals(AnnotationValue left, AnnotationValue right)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectaccept(AnnotationVisitor visitor)Accept a visitor for this value.java.lang.ObjectgetParameterValue()Get a parameter value forAnnotation.getNamedParameter(String).java.lang.StringtoString()-
Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
getLeft, getRight
-
-
-
-
Constructor Detail
-
AnnotationGreaterEquals
public AnnotationGreaterEquals(AnnotationValue left, AnnotationValue right)
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
accept
public java.lang.Object accept(AnnotationVisitor visitor)
Description copied from interface:AnnotationValueAccept a visitor for this value.- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
getParameterValue
public java.lang.Object getParameterValue()
Description copied from interface:AnnotationValueGet a parameter value forAnnotation.getNamedParameter(String).- Returns:
- Parameter value
-
-