Adds field information to the definition with an int field name

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

- name (Int32)
- the int name of the field
- type (PDMFieldType)
- the type of field
- required (Boolean)
- whether or not the field is required

the {@link PDMFieldInfo} handle