|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.progeeks.meta.xml.AnnotationObjectHandler.AnnotationMapping
public static class AnnotationObjectHandler.AnnotationMapping
| Constructor Summary | |
|---|---|
AnnotationObjectHandler.AnnotationMapping(AnnotationType type)
|
|
| Method Summary | |
|---|---|
java.lang.Object |
getKey()
Returns the optional key used when storing meta-class level annotations. |
AnnotationType |
getType()
Returns the type of annotation this mapping represents. |
java.lang.Object |
getValue()
Returns the value of this annotation. |
void |
setKey(java.lang.Object key)
Sets the optional key used when storing meta-class level annotations. |
void |
setType(AnnotationType type)
Sets the type of annotation this mapping represents. |
void |
setValue(java.lang.Object value)
Sets the value of this annotation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AnnotationObjectHandler.AnnotationMapping(AnnotationType type)
| Method Detail |
|---|
public void setType(AnnotationType type)
public AnnotationType getType()
public void setKey(java.lang.Object key)
public java.lang.Object getKey()
public void setValue(java.lang.Object value)
public java.lang.Object getValue()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||