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.Object
accept(AnnotationVisitor visitor)
Accept a visitor for this value.java.lang.Object
getParameterValue()
Get a parameter value forAnnotation.getNamedParameter(String)
.java.lang.String
toString()
-
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:
toString
in classjava.lang.Object
-
accept
public java.lang.Object accept(AnnotationVisitor visitor)
Description copied from interface:AnnotationValue
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
public java.lang.Object getParameterValue()
Description copied from interface:AnnotationValue
Get a parameter value forAnnotation.getNamedParameter(String)
.- Returns:
- Parameter value
-
-