FNProperty
This class represents the "FN" property
This class should be called with two arguments, the first an array of the parameters, and the second the value of the property
The only acceptable parameters of
FNProperty
areValueParameter
,TypeParameter
,LanguageParameter
,AltidParameter
,PIDParameter
,PrefParameter
,IndexParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
FNProperty
should be of typeTextType
new FNProperty([], new TextType("James Bond"));