RoleProperty
This class represents the "ROLE" 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
RoleProperty
areValueParameter
,LanguageParameter
,PIDParameter
,PrefParameter
,TypeParameter
,AltidParameter
andAnyParameter
If you do not wish that the property have any parameters, leave the first argument array empty
The value of
RoleProperty
should be of typeTextType
new RoleProperty([], new TextType("Project Leader"));