}
@Override
public List<IPropertyDescriptor> getCustomPropertyDescriptors() {
List<IPropertyDescriptor> list = new ArrayList<IPropertyDescriptor>();
list.add(new FormatClassPropertyDescriptor(PROPERTY_FORMAT, Messages.getString("Variable.property.format"), this));
list.add(new PropertyDescriptor(PROPERTY_PUBLIC_VISIBILITY, Messages.getString("Variable.property.publicVisibility")));
return list;
}