|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAnnotationManager
Interface that manages annotations of model elements.
Method Summary | |
---|---|
java.lang.Object |
getAnnotationObject(java.lang.Object modelObject)
Return the annotation object corresponding to the model object. |
boolean |
hasAnnotations(java.lang.Object modelObject)
Test whether the manager has annotations of the given model object. |
Method Detail |
---|
java.lang.Object getAnnotationObject(java.lang.Object modelObject)
modelObject
- the model object for which the annotation object is sought.
java.lang.NullPointerException
- if modelObject
is null
boolean hasAnnotations(java.lang.Object modelObject)
modelObject
-
true
if there are annotations, false
otherwise.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |