org.glassfish.hk2.classmodel.reflect
Interface Member

All Known Subinterfaces:
FieldModel, MethodModel
All Known Implementing Classes:
FieldModelImpl, MethodModelImpl

public interface Member

A member is a field or method declared on a class or interface

Author:
Jerome Dochez

Nested Class Summary
static class Member.Type
           
 
Method Summary
 ExtensibleType<?> getDeclaringType()
          return the type declaring this member
 Member.Type getMemberType()
          returns the type of the member
 

Method Detail

getMemberType

Member.Type getMemberType()
returns the type of the member

Returns:
the member type as a value of @link{Member#Type}

getDeclaringType

ExtensibleType<?> getDeclaringType()
return the type declaring this member

Returns:
the type declaring the member


Copyright © 2013 Oracle Corporation. All Rights Reserved.