@Nls
 @NotNull
 @Override
 public String getDisplayName() {
   return EndpointBundle.message("resource.parameter.name");
 }
 @NotNull
 @Override
 public String getShortName() {
   return EndpointBundle.message("resource.parameter.short.name");
 }
 @Override
 @Nullable
 public String getStaticDescription() {
   return EndpointBundle.message("resource.parameter.description");
 }