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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Member.Type
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensibleType<?>
getDeclaringType()
return the type declaring this memberMember.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
-
-