Plugin programmers who want to manipulate fields and custom fields not always defined by themselves would apreciate the following method:
public interface Field {
/**
- Returns the Class this Field expects its values to have
*/
public Class getValueClass();
}