public class AnnotationBounds
extends java.lang.Object
Constructor and Description |
---|
AnnotationBounds()
Standard Constructor for the Standard-Annotation
|
AnnotationBounds(int min,
int max)
Constructor for any Annotation
|
Modifier and Type | Method and Description |
---|---|
int |
getMax()
Gets the maximal bound of this annotation
|
int |
getMin()
Gets the minimal bound of this annotation
|
void |
setMax(int max)
Sets the maximal bound for this annotation
|
void |
setMin(int min)
Sets the minimal bound for this annotation
|
public AnnotationBounds()
public AnnotationBounds(int min, int max)
min
- The minimal boundmax
- The maximal boundpublic int getMin()
public void setMin(int min)
min
- The minimal bound valuepublic int getMax()
public void setMax(int max)
max
- The maximal bound value