Adds field information to the definition with a string field name

C# |
public virtual PDMFieldInfo addFieldInfo( string name, PDMFieldType type, bool required )

- name (String)
- the string name of the field
- type (PDMFieldType)
- the type of field
- required (Boolean)
- whether or not the field is required

the {@link PDMFieldInfo} handle