Package jadex.classreader
Class SClassReader.AnnotationInfo
java.lang.Object
jadex.classreader.SClassReader.AnnotationInfo
- Enclosing class:
SClassReader
Class containing annotation infos.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
Fully qualified type. -
values
Annotations nested in this annotation.
-
-
Constructor Details
-
AnnotationInfo
Creates the info.- Parameters:
type
- Annotation type.
-
-
Method Details
-
getType
-
getValue
Returns a contained value.- Returns:
- The contained value.
-
getValues
Returns the contained values.- Returns:
- The contained values.
-
addValue
Adds a value.- Parameters:
name
- Name of the value.value
- The value.
-
toString
Get the string representation.
-