Package jadex.commons
Class SClassReader.AnnotationInfo
- java.lang.Object
- 
- jadex.commons.SClassReader.AnnotationInfo
 
- 
- Enclosing class:
- SClassReader
 
 public static class SClassReader.AnnotationInfo extends java.lang.ObjectClass containing annotation infos.
- 
- 
Constructor SummaryConstructors Modifier Constructor Description protectedAnnotationInfo(java.lang.String type)Creates the info.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidaddValue(java.lang.String name, java.lang.Object value)Adds a value.java.lang.StringgetType()java.lang.ObjectgetValue(java.lang.String name)Returns a contained value.java.util.Map<java.lang.String,java.lang.Object>getValues()Returns the contained values.java.lang.StringtoString()Get the string representation.
 
- 
- 
- 
Method Detail- 
getTypepublic java.lang.String getType() 
 - 
getValuepublic java.lang.Object getValue(java.lang.String name) Returns a contained value.- Returns:
- The contained value.
 
 - 
getValuespublic java.util.Map<java.lang.String,java.lang.Object> getValues() Returns the contained values.- Returns:
- The contained values.
 
 - 
addValueprotected void addValue(java.lang.String name, java.lang.Object value)Adds a value.- Parameters:
- name- Name of the value.
- value- The value.
 
 - 
toStringpublic java.lang.String toString() Get the string representation.- Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-