Adds field information to the definition for a fixed length
string field with a string field name

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

- name (String)
- the string name of the field
- type (PDMFieldType)
- the type of field
- fixedStrLen (Int32)
- the fixed string length (number of characters) and is normally 0 unless the type is fixed string or fixed unicode
- required (Boolean)
- whether or not the field is required

the {@link PDMFieldInfo} handle