|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
C - interface of a class metadataM - interface of a method metadataF - interface of a field metadatapublic interface IMethodMetadata<C extends IClassMetadata<C,M,F>,M extends IMethodMetadata<C,M,F>,F extends IFieldMetadata<C,M,F>>
Interface of a method metadata.
| Method Summary | |
|---|---|
C |
getClassMetadata()
|
JMethod |
getJMethod()
|
void |
setClassMetadata(C classMetadata)
|
void |
setJMethod(JMethod jMethod)
Sets the JMethod object (for changing some data). |
| Method Detail |
|---|
JMethod getJMethod()
void setJMethod(JMethod jMethod)
jMethod - the given JMethod objectC getClassMetadata()
void setClassMetadata(C classMetadata)
classMetadata - parent metadata (class)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||