/**
  * @param context
  * @return value of PasswordData_ExampleConfiguration
  */
 public final encryption.proxies.ExampleConfiguration getPasswordData_ExampleConfiguration(
     IContext context) throws CoreException {
   encryption.proxies.ExampleConfiguration result = null;
   IMendixIdentifier identifier =
       getMendixObject()
           .getValue(context, MemberNames.PasswordData_ExampleConfiguration.toString());
   if (identifier != null)
     result = encryption.proxies.ExampleConfiguration.load(context, identifier);
   return result;
 }