public interface MetaClassMember extends HasAnnotations
Modifier and Type | Method and Description |
---|---|
MetaClass |
getDeclaringClass() |
String |
getDeclaringClassName() |
String |
getName() |
boolean |
isAbstract() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
boolean |
isSynchronized() |
boolean |
isSynthetic() |
boolean |
isTransient() |
boolean |
isVolatile() |
getAnnotation, getAnnotations, isAnnotationPresent
String getName()
MetaClass getDeclaringClass()
String getDeclaringClassName()
boolean isAbstract()
boolean isPublic()
boolean isPrivate()
boolean isProtected()
boolean isFinal()
boolean isStatic()
boolean isTransient()
boolean isSynthetic()
boolean isVolatile()
boolean isSynchronized()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.