|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.proteios.core.data.BasicData
org.proteios.core.data.AnnotationSetData
public class AnnotationSetData
This class holds information about a set of annotations.
AnnotationSet,
Annotations overview| Constructor Summary | |
|---|---|
AnnotationSetData()
|
|
| Method Summary | |
|---|---|
Map<AnnotationTypeData,AnnotationData> |
getAnnotations()
The primary annotations in this annotation set. |
Set<AnnotationData> |
getInherited()
Annotations that are inherited from other annotation sets. |
Set<AnnotationSetData> |
getInheritedSets()
Annotation sets from which this set should inherit all annotations. |
int |
getItemType()
Get the item type this annotation set is associated with. |
void |
setItemType(int itemType)
|
| Methods inherited from class org.proteios.core.data.BasicData |
|---|
equals, getId, getVersion, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationSetData()
| Method Detail |
|---|
public int getItemType()
public void setItemType(int itemType)
public Map<AnnotationTypeData,AnnotationData> getAnnotations()
AnnotationData.getAnnotationSet(),
AnnotationData.getAnnotationType()public Set<AnnotationData> getInherited()
getInheritingSets()public Set<AnnotationSetData> getInheritedSets()
getInheritingSets()
|
Last update: 2011-06-23 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||