Adds field information to the definition for a fixed-size array
field with an int field name

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

- name (Int32)
- the int name of the field
- type (PDMFieldType)
- the type of field
- required (Boolean)
- whether or not the field is required
- numElements (Int32)
- a non-zero value is used to define a fixed-size array for array types

the {@link PDMFieldInfo} handle