Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta
Interface MetaClassMember

All Superinterfaces:
HasAnnotations
All Known Implementing Classes:
AbstractMetaMember, BuildMetaConstructor, BuildMetaField, BuildMetaMethod, GWTConstructor, GWTField, GWTMethod, GWTSpecialMethod, JavaReflectionConstructor, JavaReflectionField, JavaReflectionMethod, MetaConstructor, MetaField, MetaField.ArrayLengthMetaField, MetaMethod, ShadowBuildMetaField, ShadowBuildMetaMethod

public interface MetaClassMember
extends HasAnnotations

Author:
Mike Brock

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

getName

String getName()

getDeclaringClass

MetaClass getDeclaringClass()

isAbstract

boolean isAbstract()

isPublic

boolean isPublic()

isPrivate

boolean isPrivate()

isProtected

boolean isProtected()

isFinal

boolean isFinal()

isStatic

boolean isStatic()

isTransient

boolean isTransient()

isSynthetic

boolean isSynthetic()

isVolatile

boolean isVolatile()

isSynchronized

boolean isSynchronized()

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.