removeMembers(memberNames) - JDO FetchGroup's method

Method
javax.jdo.FetchGroup
FetchGroup removeMembers(
  String... memberNames
)

Remove the member (field or property) from the set of members in this FetchGroup. Duplicates in the parameter list are eliminated before removing them from the membership.
Parameters:
memberNames -
Returns:
the FetchGroup
Throws:
JDOUserException - if any parameter is not a member of the persistent type
JDOUserException - if the FetchGroup is unmodifiable
Since:
JDO 2.2