|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaClassMember
Method Summary | |
---|---|
MetaClass |
getDeclaringClass()
|
String |
getName()
|
boolean |
isAbstract()
|
boolean |
isFinal()
|
boolean |
isPrivate()
|
boolean |
isProtected()
|
boolean |
isPublic()
|
boolean |
isStatic()
|
boolean |
isSynchronized()
|
boolean |
isSynthetic()
|
boolean |
isTransient()
|
boolean |
isVolatile()
|
Methods inherited from interface org.jboss.errai.codegen.meta.HasAnnotations |
---|
getAnnotation, getAnnotations, isAnnotationPresent |
Method Detail |
---|
String getName()
MetaClass getDeclaringClass()
boolean isAbstract()
boolean isPublic()
boolean isPrivate()
boolean isProtected()
boolean isFinal()
boolean isStatic()
boolean isTransient()
boolean isSynthetic()
boolean isVolatile()
boolean isSynchronized()
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |