public interface IMemberProvider
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getMember(java.lang.String memberName)
Returns the value for the specified member.
|
java.lang.Object getMember(java.lang.String memberName)
memberName is a string that has been
internalized using String.intern().memberName - The name of the memberjava.lang.IllegalArgumentException - if the instance has no member with
the given name.
Copyright (c) 2000, 2018 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.